<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button &gt; svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-bd60a1fa-df81-45e4-8c15-fe653d4563d8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1400px;
}
@media (max-width: 767px){#s-bd60a1fa-df81-45e4-8c15-fe653d4563d8 {
  display: none;
}
#s-bd60a1fa-df81-45e4-8c15-fe653d4563d8, #wrap-s-bd60a1fa-df81-45e4-8c15-fe653d4563d8 { display: none !important; }}
#s-bd60a1fa-df81-45e4-8c15-fe653d4563d8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bd60a1fa-df81-45e4-8c15-fe653d4563d8 .shg-sld-nav-button.shg-sld-left,
#s-bd60a1fa-df81-45e4-8c15-fe653d4563d8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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 &gt; 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 &gt; 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-0cb10046-de5d-4e1e-993d-dbf3c0703541 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2800px;
aspect-ratio: 3000/1330;
text-align: center;
}





  #s-0cb10046-de5d-4e1e-993d-dbf3c0703541 img.shogun-image,
  #s-0cb10046-de5d-4e1e-993d-dbf3c0703541 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0cb10046-de5d-4e1e-993d-dbf3c0703541 {
    width: 100%;
    height: auto;
  }



  #s-0cb10046-de5d-4e1e-993d-dbf3c0703541 img.shogun-image {
    

    
    
    
  }


#s-0cb10046-de5d-4e1e-993d-dbf3c0703541 .shogun-image-content {
  
    align-items: center;
  
}

.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;
  
  
  text-transform: none;
  
  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-ba260caa-7598-42f8-a898-efff2e526cc7 {
  margin-left: 47%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-ba260caa-7598-42f8-a898-efff2e526cc7 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-ba260caa-7598-42f8-a898-efff2e526cc7 .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


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

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

.shg-theme-text-content p {
  
  
  
}

#s-f28862ab-adaf-4bc9-8b5f-d4c684f70e43 {
  margin-left: 47%;
margin-right: 0%;
padding-left: 150px;
padding-right: 150px;
max-width: 50%;
}

.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-text {
  
  
}

.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-26d00333-448e-46c1-be9e-8ab854a01635 {
  margin-top: 40px;
margin-left: 44%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-26d00333-448e-46c1-be9e-8ab854a01635:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-26d00333-448e-46c1-be9e-8ab854a01635:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26d00333-448e-46c1-be9e-8ab854a01635-root {
    text-align: center;
  }


#s-26d00333-448e-46c1-be9e-8ab854a01635.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26d00333-448e-46c1-be9e-8ab854a01635-root {
    text-align: center;
  }


#s-26d00333-448e-46c1-be9e-8ab854a01635.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26d00333-448e-46c1-be9e-8ab854a01635-root {
    text-align: center;
  }


#s-26d00333-448e-46c1-be9e-8ab854a01635.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26d00333-448e-46c1-be9e-8ab854a01635-root {
    text-align: center;
  }


#s-26d00333-448e-46c1-be9e-8ab854a01635.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26d00333-448e-46c1-be9e-8ab854a01635-root {
    text-align: center;
  }


#s-26d00333-448e-46c1-be9e-8ab854a01635.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f7c874e7-dc0f-43de-b0d5-99d4b7386bae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2800px;
aspect-ratio: 3000/1330;
text-align: center;
}





  #s-f7c874e7-dc0f-43de-b0d5-99d4b7386bae img.shogun-image,
  #s-f7c874e7-dc0f-43de-b0d5-99d4b7386bae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7c874e7-dc0f-43de-b0d5-99d4b7386bae {
    width: 100%;
    height: auto;
  }



  #s-f7c874e7-dc0f-43de-b0d5-99d4b7386bae img.shogun-image {
    

    
    
    
  }


#s-f7c874e7-dc0f-43de-b0d5-99d4b7386bae .shogun-image-content {
  
    align-items: center;
  
}

#s-b2a463cc-27bb-405a-b849-4b4f548ce4ad {
  margin-left: 47%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-b2a463cc-27bb-405a-b849-4b4f548ce4ad .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-b2a463cc-27bb-405a-b849-4b4f548ce4ad .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-db1e2ae1-555b-4d92-8155-c9bfea8db04c {
  margin-left: 47%;
margin-right: 0%;
padding-left: 150px;
padding-right: 150px;
max-width: 50%;
}

#s-799cf126-837e-478e-803d-e506400b8fe5 {
  margin-top: 40px;
margin-left: 44%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-799cf126-837e-478e-803d-e506400b8fe5:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-799cf126-837e-478e-803d-e506400b8fe5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-799cf126-837e-478e-803d-e506400b8fe5-root {
    text-align: center;
  }


#s-799cf126-837e-478e-803d-e506400b8fe5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-799cf126-837e-478e-803d-e506400b8fe5-root {
    text-align: center;
  }


#s-799cf126-837e-478e-803d-e506400b8fe5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-799cf126-837e-478e-803d-e506400b8fe5-root {
    text-align: center;
  }


#s-799cf126-837e-478e-803d-e506400b8fe5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-799cf126-837e-478e-803d-e506400b8fe5-root {
    text-align: center;
  }


#s-799cf126-837e-478e-803d-e506400b8fe5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-799cf126-837e-478e-803d-e506400b8fe5-root {
    text-align: center;
  }


#s-799cf126-837e-478e-803d-e506400b8fe5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c9b0a492-8967-4845-9bf6-a8dbdd4b671e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2800px;
aspect-ratio: 2800/1280;
text-align: center;
}





  #s-c9b0a492-8967-4845-9bf6-a8dbdd4b671e img.shogun-image,
  #s-c9b0a492-8967-4845-9bf6-a8dbdd4b671e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9b0a492-8967-4845-9bf6-a8dbdd4b671e {
    width: 100%;
    height: auto;
  }



  #s-c9b0a492-8967-4845-9bf6-a8dbdd4b671e img.shogun-image {
    

    
    
    
  }


#s-c9b0a492-8967-4845-9bf6-a8dbdd4b671e .shogun-image-content {
  
    align-items: center;
  
}

#s-8a93c687-c200-463b-a057-fe5e938ec9d8 {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-8a93c687-c200-463b-a057-fe5e938ec9d8 .shogun-heading-component h1 {
  color: rgba(70, 141, 81, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-8a93c687-c200-463b-a057-fe5e938ec9d8 .shogun-heading-component h1 a {
  color: rgba(70, 141, 81, 1);
}


#s-bfcdda38-d090-4b68-ab91-1dce8c895dd0 {
  margin-left: 50%;
margin-right: 0%;
padding-left: 150px;
padding-right: 150px;
max-width: 50%;
}

#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae {
  margin-top: 40px;
margin-left: 50%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(70, 141, 81, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae-root {
    text-align: center;
  }


#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae-root {
    text-align: center;
  }


#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae-root {
    text-align: center;
  }


#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae-root {
    text-align: center;
  }


#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae-root {
    text-align: center;
  }


#s-43806f5c-a3a4-49d5-a68f-a97e4b8bdbae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3874287d-b8d2-459a-8b11-30ae06d04598 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 3000px;
aspect-ratio: 3000/1330;
text-align: center;
}





  #s-3874287d-b8d2-459a-8b11-30ae06d04598 img.shogun-image,
  #s-3874287d-b8d2-459a-8b11-30ae06d04598 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3874287d-b8d2-459a-8b11-30ae06d04598 {
    width: 100%;
    height: auto;
  }



  #s-3874287d-b8d2-459a-8b11-30ae06d04598 img.shogun-image {
    

    
    
    
  }


#s-3874287d-b8d2-459a-8b11-30ae06d04598 .shogun-image-content {
  
    align-items: center;
  
}

#s-49292e4d-8489-4d5f-ac0d-cc256f45280e {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-49292e4d-8489-4d5f-ac0d-cc256f45280e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-49292e4d-8489-4d5f-ac0d-cc256f45280e .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-10db9df1-fd81-48bb-b938-93199c86f088 {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-10db9df1-fd81-48bb-b938-93199c86f088 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-10db9df1-fd81-48bb-b938-93199c86f088 .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-c479ee8d-b638-40f2-ab9f-569e6e8a5a67 {
  margin-left: 50%;
margin-right: 0%;
padding-left: 195px;
padding-right: 195px;
max-width: 50%;
}
@media (max-width: 767px){#s-c479ee8d-b638-40f2-ab9f-569e6e8a5a67 {
  display: none;
}
#s-c479ee8d-b638-40f2-ab9f-569e6e8a5a67, #wrap-s-c479ee8d-b638-40f2-ab9f-569e6e8a5a67 { display: none !important; }}
#s-f24c4d28-e9d5-4384-9a4a-b60999c693d2 {
  margin-left: 50%;
margin-right: 0%;
padding-left: 195px;
padding-right: 195px;
max-width: 50%;
}
@media (min-width: 1200px){#s-f24c4d28-e9d5-4384-9a4a-b60999c693d2 {
  display: none;
}
#s-f24c4d28-e9d5-4384-9a4a-b60999c693d2, #wrap-s-f24c4d28-e9d5-4384-9a4a-b60999c693d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f24c4d28-e9d5-4384-9a4a-b60999c693d2 {
  display: none;
}
#s-f24c4d28-e9d5-4384-9a4a-b60999c693d2, #wrap-s-f24c4d28-e9d5-4384-9a4a-b60999c693d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f24c4d28-e9d5-4384-9a4a-b60999c693d2 {
  display: none;
}
#s-f24c4d28-e9d5-4384-9a4a-b60999c693d2, #wrap-s-f24c4d28-e9d5-4384-9a4a-b60999c693d2 { display: none !important; }}
#s-b548c808-c8d6-424a-bc00-3618d8147354 {
  margin-top: 40px;
margin-left: 50%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b548c808-c8d6-424a-bc00-3618d8147354:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b548c808-c8d6-424a-bc00-3618d8147354:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b548c808-c8d6-424a-bc00-3618d8147354-root {
    text-align: center;
  }


#s-b548c808-c8d6-424a-bc00-3618d8147354.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b548c808-c8d6-424a-bc00-3618d8147354-root {
    text-align: center;
  }


#s-b548c808-c8d6-424a-bc00-3618d8147354.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b548c808-c8d6-424a-bc00-3618d8147354-root {
    text-align: center;
  }


#s-b548c808-c8d6-424a-bc00-3618d8147354.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b548c808-c8d6-424a-bc00-3618d8147354-root {
    text-align: center;
  }


#s-b548c808-c8d6-424a-bc00-3618d8147354.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b548c808-c8d6-424a-bc00-3618d8147354-root {
    text-align: center;
  }


#s-b548c808-c8d6-424a-bc00-3618d8147354.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1909f888-6957-4ba6-801e-e7186490e4f0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 3000px;
aspect-ratio: 3000/1330;
text-align: center;
}





  #s-1909f888-6957-4ba6-801e-e7186490e4f0 img.shogun-image,
  #s-1909f888-6957-4ba6-801e-e7186490e4f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1909f888-6957-4ba6-801e-e7186490e4f0 {
    width: 100%;
    height: auto;
  }



  #s-1909f888-6957-4ba6-801e-e7186490e4f0 img.shogun-image {
    

    
    
    
  }


#s-1909f888-6957-4ba6-801e-e7186490e4f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf5ac8c2-1172-4606-8617-5e8912585dae {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-bf5ac8c2-1172-4606-8617-5e8912585dae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-bf5ac8c2-1172-4606-8617-5e8912585dae .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-77d30c7e-7e3b-401f-a3ea-37b42137c7f1 {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-77d30c7e-7e3b-401f-a3ea-37b42137c7f1 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-77d30c7e-7e3b-401f-a3ea-37b42137c7f1 .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-b66fc959-80c3-423c-842b-0b38596d44f3 {
  margin-left: 50%;
margin-right: 0%;
padding-left: 195px;
padding-right: 195px;
max-width: 50%;
}
@media (max-width: 767px){#s-b66fc959-80c3-423c-842b-0b38596d44f3 {
  display: none;
}
#s-b66fc959-80c3-423c-842b-0b38596d44f3, #wrap-s-b66fc959-80c3-423c-842b-0b38596d44f3 { display: none !important; }}
#s-42db201d-e488-4718-89a7-3e1273d743c1 {
  margin-left: 50%;
margin-right: 0%;
padding-left: 195px;
padding-right: 195px;
max-width: 50%;
}
@media (min-width: 1200px){#s-42db201d-e488-4718-89a7-3e1273d743c1 {
  display: none;
}
#s-42db201d-e488-4718-89a7-3e1273d743c1, #wrap-s-42db201d-e488-4718-89a7-3e1273d743c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42db201d-e488-4718-89a7-3e1273d743c1 {
  display: none;
}
#s-42db201d-e488-4718-89a7-3e1273d743c1, #wrap-s-42db201d-e488-4718-89a7-3e1273d743c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42db201d-e488-4718-89a7-3e1273d743c1 {
  display: none;
}
#s-42db201d-e488-4718-89a7-3e1273d743c1, #wrap-s-42db201d-e488-4718-89a7-3e1273d743c1 { display: none !important; }}
#s-6040525c-4064-40db-b65d-906c80206500 {
  margin-top: 40px;
margin-left: 50%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6040525c-4064-40db-b65d-906c80206500:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6040525c-4064-40db-b65d-906c80206500:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6040525c-4064-40db-b65d-906c80206500-root {
    text-align: center;
  }


#s-6040525c-4064-40db-b65d-906c80206500.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6040525c-4064-40db-b65d-906c80206500-root {
    text-align: center;
  }


#s-6040525c-4064-40db-b65d-906c80206500.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6040525c-4064-40db-b65d-906c80206500-root {
    text-align: center;
  }


#s-6040525c-4064-40db-b65d-906c80206500.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6040525c-4064-40db-b65d-906c80206500-root {
    text-align: center;
  }


#s-6040525c-4064-40db-b65d-906c80206500.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6040525c-4064-40db-b65d-906c80206500-root {
    text-align: center;
  }


#s-6040525c-4064-40db-b65d-906c80206500.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f4bdcb2c-9e7a-4798-93ca-2b24c59d4961 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2800px;
aspect-ratio: 3000/1330;
text-align: center;
}





  #s-f4bdcb2c-9e7a-4798-93ca-2b24c59d4961 img.shogun-image,
  #s-f4bdcb2c-9e7a-4798-93ca-2b24c59d4961 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f4bdcb2c-9e7a-4798-93ca-2b24c59d4961 {
    width: 100%;
    height: auto;
  }



  #s-f4bdcb2c-9e7a-4798-93ca-2b24c59d4961 img.shogun-image {
    

    
    
    
  }


#s-f4bdcb2c-9e7a-4798-93ca-2b24c59d4961 .shogun-image-content {
  
    align-items: center;
  
}

#s-2446316d-3af9-4562-8834-164b6603c2b3 {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-2446316d-3af9-4562-8834-164b6603c2b3 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-2446316d-3af9-4562-8834-164b6603c2b3 .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-98694423-5fd5-41f5-a477-789fce4712d7 {
  margin-left: 50%;
margin-right: 0%;
padding-left: 150px;
padding-right: 150px;
max-width: 50%;
}

#s-84259d80-7bac-427f-b59a-f177829a8cc6 {
  margin-top: 40px;
margin-left: 50%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-84259d80-7bac-427f-b59a-f177829a8cc6:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-84259d80-7bac-427f-b59a-f177829a8cc6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-84259d80-7bac-427f-b59a-f177829a8cc6-root {
    text-align: center;
  }


#s-84259d80-7bac-427f-b59a-f177829a8cc6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84259d80-7bac-427f-b59a-f177829a8cc6-root {
    text-align: center;
  }


#s-84259d80-7bac-427f-b59a-f177829a8cc6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84259d80-7bac-427f-b59a-f177829a8cc6-root {
    text-align: center;
  }


#s-84259d80-7bac-427f-b59a-f177829a8cc6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84259d80-7bac-427f-b59a-f177829a8cc6-root {
    text-align: center;
  }


#s-84259d80-7bac-427f-b59a-f177829a8cc6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84259d80-7bac-427f-b59a-f177829a8cc6-root {
    text-align: center;
  }


#s-84259d80-7bac-427f-b59a-f177829a8cc6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f504a216-11ec-4f83-ae0f-c6383ded736f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1400px;
}
@media (max-width: 767px){#s-f504a216-11ec-4f83-ae0f-c6383ded736f {
  display: none;
}
#s-f504a216-11ec-4f83-ae0f-c6383ded736f, #wrap-s-f504a216-11ec-4f83-ae0f-c6383ded736f { display: none !important; }}
#s-f504a216-11ec-4f83-ae0f-c6383ded736f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f504a216-11ec-4f83-ae0f-c6383ded736f .shg-sld-nav-button.shg-sld-left,
#s-f504a216-11ec-4f83-ae0f-c6383ded736f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1342ed79-4380-46de-b8e9-beef68a2e3b8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-1342ed79-4380-46de-b8e9-beef68a2e3b8 img.shogun-image {
    

    
    
    
  }


#s-1342ed79-4380-46de-b8e9-beef68a2e3b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-70ff13e6-d5e5-4e0a-ba9d-954bdbe56b8d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-70ff13e6-d5e5-4e0a-ba9d-954bdbe56b8d img.shogun-image {
    

    
    
    
  }


#s-70ff13e6-d5e5-4e0a-ba9d-954bdbe56b8d .shogun-image-content {
  
    align-items: center;
  
}

#s-dde7b895-21bd-4de0-8ed4-e7ba6a6d602b {
  margin-left: 50%;
margin-right: 0px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-dde7b895-21bd-4de0-8ed4-e7ba6a6d602b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-aa1ab088-19c8-47c1-b269-1cfb00d79f18 {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-aa1ab088-19c8-47c1-b269-1cfb00d79f18 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-aa1ab088-19c8-47c1-b269-1cfb00d79f18 .shogun-heading-component h1 a {
  color: #000;
}


#s-a64e4e62-d274-4011-bb95-82b9744682ef {
  margin-left: 50%;
margin-right: 0%;
padding-left: 100px;
padding-right: 100px;
max-width: 50%;
}

#s-14c8dd72-d109-4a7a-be57-9df19ae4a436 {
  margin-top: 40px;
margin-left: 50%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-14c8dd72-d109-4a7a-be57-9df19ae4a436:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-14c8dd72-d109-4a7a-be57-9df19ae4a436:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14c8dd72-d109-4a7a-be57-9df19ae4a436-root {
    text-align: center;
  }


#s-14c8dd72-d109-4a7a-be57-9df19ae4a436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14c8dd72-d109-4a7a-be57-9df19ae4a436-root {
    text-align: center;
  }


#s-14c8dd72-d109-4a7a-be57-9df19ae4a436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14c8dd72-d109-4a7a-be57-9df19ae4a436-root {
    text-align: center;
  }


#s-14c8dd72-d109-4a7a-be57-9df19ae4a436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14c8dd72-d109-4a7a-be57-9df19ae4a436-root {
    text-align: center;
  }


#s-14c8dd72-d109-4a7a-be57-9df19ae4a436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14c8dd72-d109-4a7a-be57-9df19ae4a436-root {
    text-align: center;
  }


#s-14c8dd72-d109-4a7a-be57-9df19ae4a436.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1f373203-d3d1-4415-995a-3e69a3db0c13 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 3000px;
aspect-ratio: 3000/1330;
text-align: center;
}





  #s-1f373203-d3d1-4415-995a-3e69a3db0c13 img.shogun-image,
  #s-1f373203-d3d1-4415-995a-3e69a3db0c13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f373203-d3d1-4415-995a-3e69a3db0c13 {
    width: 100%;
    height: auto;
  }



  #s-1f373203-d3d1-4415-995a-3e69a3db0c13 img.shogun-image {
    

    
    
    
  }


#s-1f373203-d3d1-4415-995a-3e69a3db0c13 .shogun-image-content {
  
    align-items: center;
  
}

#s-af2a982b-3f2b-4495-b960-1d942d4f3361 {
  margin-left: 50%;
margin-right: 0px;
padding-top: 0px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-af2a982b-3f2b-4495-b960-1d942d4f3361 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


#s-af2a982b-3f2b-4495-b960-1d942d4f3361 .shogun-heading-component h1 a {
  color: #000;
}


#s-43c92f7e-42b9-487c-889d-83cbdc454316 {
  margin-left: 50%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
max-width: 50%;
text-align: center;
}

#s-43c92f7e-42b9-487c-889d-83cbdc454316 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-43c92f7e-42b9-487c-889d-83cbdc454316 .shogun-heading-component h1 a {
  color: #000;
}


#s-39085119-188e-4f97-bb95-01ada7cd345b {
  margin-left: 50%;
margin-right: 0%;
padding-left: 100px;
padding-right: 100px;
max-width: 50%;
}

#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d {
  margin-top: 40px;
margin-left: 50%;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 30px;
max-width: 50%;
background-color: rgba(44, 77, 151, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7cb0a8c5-1b82-40e9-8fa5-79401038644d-root {
    text-align: center;
  }


#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7cb0a8c5-1b82-40e9-8fa5-79401038644d-root {
    text-align: center;
  }


#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7cb0a8c5-1b82-40e9-8fa5-79401038644d-root {
    text-align: center;
  }


#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7cb0a8c5-1b82-40e9-8fa5-79401038644d-root {
    text-align: center;
  }


#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7cb0a8c5-1b82-40e9-8fa5-79401038644d-root {
    text-align: center;
  }


#s-7cb0a8c5-1b82-40e9-8fa5-79401038644d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce {
  padding-top: 0px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce {
  display: none;
}
#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce, #wrap-s-76f72d61-9140-47b3-8ff3-b7fb301e1cce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce {
  display: none;
}
#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce, #wrap-s-76f72d61-9140-47b3-8ff3-b7fb301e1cce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce {
  display: none;
}
#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce, #wrap-s-76f72d61-9140-47b3-8ff3-b7fb301e1cce { display: none !important; }}
#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce .shg-sld-nav-button.shg-sld-left,
#s-76f72d61-9140-47b3-8ff3-b7fb301e1cce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-439550fa-21a1-4884-be58-1380cb00c902 {
  max-width: 1707px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-439550fa-21a1-4884-be58-1380cb00c902 img.shogun-image,
  #s-439550fa-21a1-4884-be58-1380cb00c902 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-439550fa-21a1-4884-be58-1380cb00c902 {
    width: 100%;
    height: auto;
  }



  #s-439550fa-21a1-4884-be58-1380cb00c902 img.shogun-image {
    

    
    
    
  }


#s-439550fa-21a1-4884-be58-1380cb00c902 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ba7eb68-90b4-4a9e-8540-33b0ed24c801 {
  max-width: 1707px;
aspect-ratio: 1707/1080;
text-align: center;
}





  #s-1ba7eb68-90b4-4a9e-8540-33b0ed24c801 img.shogun-image,
  #s-1ba7eb68-90b4-4a9e-8540-33b0ed24c801 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ba7eb68-90b4-4a9e-8540-33b0ed24c801 {
    width: 100%;
    height: auto;
  }



  #s-1ba7eb68-90b4-4a9e-8540-33b0ed24c801 img.shogun-image {
    

    
    
    
  }


#s-1ba7eb68-90b4-4a9e-8540-33b0ed24c801 .shogun-image-content {
  
    align-items: center;
  
}

#s-04771cdc-59d8-47cb-afe7-757193ce9b64 {
  max-width: 1707px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-04771cdc-59d8-47cb-afe7-757193ce9b64 img.shogun-image,
  #s-04771cdc-59d8-47cb-afe7-757193ce9b64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04771cdc-59d8-47cb-afe7-757193ce9b64 {
    width: 100%;
    height: auto;
  }



  #s-04771cdc-59d8-47cb-afe7-757193ce9b64 img.shogun-image {
    

    
    
    
  }


#s-04771cdc-59d8-47cb-afe7-757193ce9b64 .shogun-image-content {
  
    align-items: center;
  
}

#s-10f8b4e3-58a6-45fc-bc88-b7bc27a07277 {
  max-width: 1707px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-10f8b4e3-58a6-45fc-bc88-b7bc27a07277 img.shogun-image,
  #s-10f8b4e3-58a6-45fc-bc88-b7bc27a07277 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-10f8b4e3-58a6-45fc-bc88-b7bc27a07277 {
    width: 100%;
    height: auto;
  }



  #s-10f8b4e3-58a6-45fc-bc88-b7bc27a07277 img.shogun-image {
    

    
    
    
  }


#s-10f8b4e3-58a6-45fc-bc88-b7bc27a07277 .shogun-image-content {
  
    align-items: 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 &gt; .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-c1e94254-b30d-463b-8657-aa2348a6b3b2 {
  min-height: 50px;
background-color: rgba(175, 206, 214, 1);
}








#s-c1e94254-b30d-463b-8657-aa2348a6b3b2 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1e94254-b30d-463b-8657-aa2348a6b3b2.shg-box.shg-c {
  justify-content: center;
}

#s-54fd4f0e-c9c4-41d1-a4a1-49cfb17089d7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-54fd4f0e-c9c4-41d1-a4a1-49cfb17089d7 {
  display: none;
}
#s-54fd4f0e-c9c4-41d1-a4a1-49cfb17089d7, #wrap-s-54fd4f0e-c9c4-41d1-a4a1-49cfb17089d7 { display: none !important; }}
#s-54fd4f0e-c9c4-41d1-a4a1-49cfb17089d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-54fd4f0e-c9c4-41d1-a4a1-49cfb17089d7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-26b80ddf-b01c-4098-b4f9-b7cdd190af72 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-26b80ddf-b01c-4098-b4f9-b7cdd190af72 img.shogun-image,
  #s-26b80ddf-b01c-4098-b4f9-b7cdd190af72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26b80ddf-b01c-4098-b4f9-b7cdd190af72 {
    width: 100%;
    height: auto;
  }



  #s-26b80ddf-b01c-4098-b4f9-b7cdd190af72 img.shogun-image {
    

    
    
    
  }


#s-26b80ddf-b01c-4098-b4f9-b7cdd190af72 .shogun-image-content {
  
    align-items: center;
  
}

#s-08cb9454-87b5-49b2-bb3a-40ba858b642f {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-08cb9454-87b5-49b2-bb3a-40ba858b642f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-08cb9454-87b5-49b2-bb3a-40ba858b642f .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-e6a54e8a-6fef-4ccf-b29c-a75c33f4a826 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-e6a54e8a-6fef-4ccf-b29c-a75c33f4a826 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-e6a54e8a-6fef-4ccf-b29c-a75c33f4a826 .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-20c95ade-35d7-4f1b-9109-893209a89a8c {
  margin-top: 0px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
}
@media (min-width: 1200px){#s-20c95ade-35d7-4f1b-9109-893209a89a8c {
  display: none;
}
#s-20c95ade-35d7-4f1b-9109-893209a89a8c, #wrap-s-20c95ade-35d7-4f1b-9109-893209a89a8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20c95ade-35d7-4f1b-9109-893209a89a8c {
  display: none;
}
#s-20c95ade-35d7-4f1b-9109-893209a89a8c, #wrap-s-20c95ade-35d7-4f1b-9109-893209a89a8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20c95ade-35d7-4f1b-9109-893209a89a8c {
  display: none;
}
#s-20c95ade-35d7-4f1b-9109-893209a89a8c, #wrap-s-20c95ade-35d7-4f1b-9109-893209a89a8c { display: none !important; }}
#s-0097758e-4606-4194-8e85-40eb53e23313 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0097758e-4606-4194-8e85-40eb53e23313:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0097758e-4606-4194-8e85-40eb53e23313:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0097758e-4606-4194-8e85-40eb53e23313-root {
    text-align: center;
  }


#s-0097758e-4606-4194-8e85-40eb53e23313.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0097758e-4606-4194-8e85-40eb53e23313-root {
    text-align: center;
  }


#s-0097758e-4606-4194-8e85-40eb53e23313.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0097758e-4606-4194-8e85-40eb53e23313-root {
    text-align: center;
  }


#s-0097758e-4606-4194-8e85-40eb53e23313.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0097758e-4606-4194-8e85-40eb53e23313-root {
    text-align: center;
  }


#s-0097758e-4606-4194-8e85-40eb53e23313.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0097758e-4606-4194-8e85-40eb53e23313-root {
    text-align: center;
  }


#s-0097758e-4606-4194-8e85-40eb53e23313.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5b76a2eb-c1a6-40c6-9dca-ded57e94451d {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5b76a2eb-c1a6-40c6-9dca-ded57e94451d img.shogun-image,
  #s-5b76a2eb-c1a6-40c6-9dca-ded57e94451d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b76a2eb-c1a6-40c6-9dca-ded57e94451d {
    width: 100%;
    height: auto;
  }



  #s-5b76a2eb-c1a6-40c6-9dca-ded57e94451d img.shogun-image {
    

    
    
    
  }


#s-5b76a2eb-c1a6-40c6-9dca-ded57e94451d .shogun-image-content {
  
    align-items: center;
  
}

#s-a33522fc-e1b0-47eb-baa6-cf1ff73c3a0b {
  max-width: 1707px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a33522fc-e1b0-47eb-baa6-cf1ff73c3a0b img.shogun-image,
  #s-a33522fc-e1b0-47eb-baa6-cf1ff73c3a0b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a33522fc-e1b0-47eb-baa6-cf1ff73c3a0b {
    width: 100%;
    height: auto;
  }



  #s-a33522fc-e1b0-47eb-baa6-cf1ff73c3a0b img.shogun-image {
    

    
    
    
  }


#s-a33522fc-e1b0-47eb-baa6-cf1ff73c3a0b .shogun-image-content {
  
    align-items: center;
  
}

#s-16d79f8a-e1a4-40bc-8e11-f0d5680360b6 {
  max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-16d79f8a-e1a4-40bc-8e11-f0d5680360b6 img.shogun-image,
  #s-16d79f8a-e1a4-40bc-8e11-f0d5680360b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16d79f8a-e1a4-40bc-8e11-f0d5680360b6 {
    width: 100%;
    height: auto;
  }



  #s-16d79f8a-e1a4-40bc-8e11-f0d5680360b6 img.shogun-image {
    

    
    
    
  }


#s-16d79f8a-e1a4-40bc-8e11-f0d5680360b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-13e47795-8710-41ad-9aa7-b88af0da2dc2 {
  text-align: center;
}







  #s-13e47795-8710-41ad-9aa7-b88af0da2dc2 img.shogun-image {
    

    
    
    
  }


#s-13e47795-8710-41ad-9aa7-b88af0da2dc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b49cf74-7061-4180-b8ad-1968f29f738a {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-6b49cf74-7061-4180-b8ad-1968f29f738a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b49cf74-7061-4180-b8ad-1968f29f738a.shg-box.shg-c {
  justify-content: center;
}

#s-b4a4494e-afa5-49fc-8344-2b5da091cb3a {
  text-align: center;
}







  #s-b4a4494e-afa5-49fc-8344-2b5da091cb3a img.shogun-image {
    

    
    
    
  }


#s-b4a4494e-afa5-49fc-8344-2b5da091cb3a .shogun-image-content {
  
    align-items: center;
  
}

#s-621a2ddf-cf32-49f1-8278-399d8c57de67 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-621a2ddf-cf32-49f1-8278-399d8c57de67 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-621a2ddf-cf32-49f1-8278-399d8c57de67 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-3a8104d9-776b-4687-ba19-529da2718b64 {
  margin-top: 5px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-eec0508a-7cec-44b4-a87f-84007d8a8083 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eec0508a-7cec-44b4-a87f-84007d8a8083:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eec0508a-7cec-44b4-a87f-84007d8a8083:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eec0508a-7cec-44b4-a87f-84007d8a8083-root {
    text-align: center;
  }


#s-eec0508a-7cec-44b4-a87f-84007d8a8083.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eec0508a-7cec-44b4-a87f-84007d8a8083-root {
    text-align: center;
  }


#s-eec0508a-7cec-44b4-a87f-84007d8a8083.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eec0508a-7cec-44b4-a87f-84007d8a8083-root {
    text-align: center;
  }


#s-eec0508a-7cec-44b4-a87f-84007d8a8083.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eec0508a-7cec-44b4-a87f-84007d8a8083-root {
    text-align: center;
  }


#s-eec0508a-7cec-44b4-a87f-84007d8a8083.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eec0508a-7cec-44b4-a87f-84007d8a8083-root {
    text-align: center;
  }


#s-eec0508a-7cec-44b4-a87f-84007d8a8083.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6a3ca3ca-56e3-4bf4-aa71-2cc35f30ae0e {
  min-height: 50px;
background-color: rgba(228, 239, 237, 1);
}








#s-6a3ca3ca-56e3-4bf4-aa71-2cc35f30ae0e &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a3ca3ca-56e3-4bf4-aa71-2cc35f30ae0e.shg-box.shg-c {
  justify-content: center;
}

#s-fc2a0667-2c3c-4394-874d-037ff5ecfaa9 {
  text-align: center;
}







  #s-fc2a0667-2c3c-4394-874d-037ff5ecfaa9 img.shogun-image {
    

    
    
    
  }


#s-fc2a0667-2c3c-4394-874d-037ff5ecfaa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-844057ee-f46a-4949-8fef-d8caceb5f297 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: center;
}

#s-844057ee-f46a-4949-8fef-d8caceb5f297 .shogun-heading-component h1 {
  color: rgba(46, 12, 10, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-844057ee-f46a-4949-8fef-d8caceb5f297 .shogun-heading-component h1 a {
  color: rgba(46, 12, 10, 1);
}


#s-a2d0730b-6fec-4c42-81f4-c8875c6d136b {
  margin-top: 5px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29d9483c-0fed-4a61-93fa-dfbccd6cff67-root {
    text-align: center;
  }


#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29d9483c-0fed-4a61-93fa-dfbccd6cff67-root {
    text-align: center;
  }


#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29d9483c-0fed-4a61-93fa-dfbccd6cff67-root {
    text-align: center;
  }


#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29d9483c-0fed-4a61-93fa-dfbccd6cff67-root {
    text-align: center;
  }


#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29d9483c-0fed-4a61-93fa-dfbccd6cff67-root {
    text-align: center;
  }


#s-29d9483c-0fed-4a61-93fa-dfbccd6cff67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0acd740e-e39d-45e5-b488-3d36dc64a678 {
  text-align: center;
}







  #s-0acd740e-e39d-45e5-b488-3d36dc64a678 img.shogun-image {
    

    
    
    
  }


#s-0acd740e-e39d-45e5-b488-3d36dc64a678 .shogun-image-content {
  
    align-items: center;
  
}

#s-c73c6fd1-c762-422f-b655-5cadaeaedba4 {
  text-align: center;
}







  #s-c73c6fd1-c762-422f-b655-5cadaeaedba4 img.shogun-image {
    

    
    
    
  }


#s-c73c6fd1-c762-422f-b655-5cadaeaedba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cc5f82d-993e-4e5b-b0a1-e4b482eac4cb {
  min-height: 50px;
background-color: rgba(228, 241, 239, 1);
}








#s-7cc5f82d-993e-4e5b-b0a1-e4b482eac4cb &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cc5f82d-993e-4e5b-b0a1-e4b482eac4cb.shg-box.shg-c {
  justify-content: center;
}

#s-b504004d-e84a-4552-960b-999a601711fd {
  text-align: center;
}







  #s-b504004d-e84a-4552-960b-999a601711fd img.shogun-image {
    

    
    
    
  }


#s-b504004d-e84a-4552-960b-999a601711fd .shogun-image-content {
  
    align-items: center;
  
}

#s-793765bc-3794-4186-9f46-a9853808074a {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-793765bc-3794-4186-9f46-a9853808074a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-793765bc-3794-4186-9f46-a9853808074a .shogun-heading-component h1 a {
  color: #000;
}


#s-302cfe97-be77-4505-9b9e-cd7fac939673 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}

#s-628ba944-0f11-4283-bcf9-9784bf0ac767 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-628ba944-0f11-4283-bcf9-9784bf0ac767:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-628ba944-0f11-4283-bcf9-9784bf0ac767:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-628ba944-0f11-4283-bcf9-9784bf0ac767-root {
    text-align: center;
  }


#s-628ba944-0f11-4283-bcf9-9784bf0ac767.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-628ba944-0f11-4283-bcf9-9784bf0ac767-root {
    text-align: center;
  }


#s-628ba944-0f11-4283-bcf9-9784bf0ac767.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-628ba944-0f11-4283-bcf9-9784bf0ac767-root {
    text-align: center;
  }


#s-628ba944-0f11-4283-bcf9-9784bf0ac767.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-628ba944-0f11-4283-bcf9-9784bf0ac767-root {
    text-align: center;
  }


#s-628ba944-0f11-4283-bcf9-9784bf0ac767.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-628ba944-0f11-4283-bcf9-9784bf0ac767-root {
    text-align: center;
  }


#s-628ba944-0f11-4283-bcf9-9784bf0ac767.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-41dfdb34-e495-4535-a3a0-377a3d03cd41 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-41dfdb34-e495-4535-a3a0-377a3d03cd41 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41dfdb34-e495-4535-a3a0-377a3d03cd41.shg-box.shg-c {
  justify-content: center;
}

#s-d5587886-285b-4196-9ecc-ef39313ee40c {
  text-align: center;
}







  #s-d5587886-285b-4196-9ecc-ef39313ee40c img.shogun-image {
    

    
    
    
  }


#s-d5587886-285b-4196-9ecc-ef39313ee40c .shogun-image-content {
  
    align-items: center;
  
}

#s-6b78f33b-2d7b-4dbf-8d27-625fe0587c5c {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6b78f33b-2d7b-4dbf-8d27-625fe0587c5c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1a2d5bbb-8967-4eae-8ee6-f5fdcf663f03 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-1a2d5bbb-8967-4eae-8ee6-f5fdcf663f03 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-1a2d5bbb-8967-4eae-8ee6-f5fdcf663f03 .shogun-heading-component h1 a {
  color: #000;
}


#s-65975398-593e-48ff-a7c1-997540430722 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 40px;
}
@media (max-width: 767px){#s-65975398-593e-48ff-a7c1-997540430722 {
  padding-top: 0px;
padding-bottom: 15px;
}
}
#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f {
  margin-top: 0px;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f-root {
    text-align: center;
  }


#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f-root {
    text-align: center;
  }


#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f-root {
    text-align: center;
  }


#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f-root {
    text-align: center;
  }


#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f-root {
    text-align: center;
  }


#s-f5f2aba4-9e8b-43de-b8b5-870a0fd22d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b32b239e-da1c-4766-ab7b-134120c818a2 {
  padding-left: 40px;
padding-bottom: 60px;
padding-right: 40px;
}

#s-964d8e55-0307-4ef5-90e3-525427266870 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-964d8e55-0307-4ef5-90e3-525427266870 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-964d8e55-0307-4ef5-90e3-525427266870.shg-box.shg-c {
  justify-content: center;
}

#s-e7b2cff2-a1a2-4ada-bee6-c8ea577534f9 {
  text-align: center;
}







  #s-e7b2cff2-a1a2-4ada-bee6-c8ea577534f9 img.shogun-image {
    

    
    
    
  }


#s-e7b2cff2-a1a2-4ada-bee6-c8ea577534f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4322a276-0d84-41a4-90e6-2d2d08191a5d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}

#s-4322a276-0d84-41a4-90e6-2d2d08191a5d .shogun-heading-component h1 {
  color: rgba(46, 12, 10, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-4322a276-0d84-41a4-90e6-2d2d08191a5d .shogun-heading-component h1 a {
  color: rgba(46, 12, 10, 1);
}


#s-4593154a-83bd-45f2-a2c5-43126a53a4ac {
  margin-top: 5px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
}

#s-2dc85563-b6e6-4b1c-a5ef-219a459780de {
  margin-top: 5px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-d5ad4479-5626-4696-a892-4de526b46329 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d5ad4479-5626-4696-a892-4de526b46329:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5ad4479-5626-4696-a892-4de526b46329:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5ad4479-5626-4696-a892-4de526b46329-root {
    text-align: center;
  }


#s-d5ad4479-5626-4696-a892-4de526b46329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5ad4479-5626-4696-a892-4de526b46329-root {
    text-align: center;
  }


#s-d5ad4479-5626-4696-a892-4de526b46329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5ad4479-5626-4696-a892-4de526b46329-root {
    text-align: center;
  }


#s-d5ad4479-5626-4696-a892-4de526b46329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5ad4479-5626-4696-a892-4de526b46329-root {
    text-align: center;
  }


#s-d5ad4479-5626-4696-a892-4de526b46329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5ad4479-5626-4696-a892-4de526b46329-root {
    text-align: center;
  }


#s-d5ad4479-5626-4696-a892-4de526b46329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-025b4dcf-ff06-47bd-af7f-4eeb679e2c1b {
  text-align: center;
}







  #s-025b4dcf-ff06-47bd-af7f-4eeb679e2c1b img.shogun-image {
    

    
    
    
  }


#s-025b4dcf-ff06-47bd-af7f-4eeb679e2c1b .shogun-image-content {
  
    align-items: center;
  
}

#s-a778c35f-0470-4dee-9750-40ab76fec5f7 {
  text-align: center;
}







  #s-a778c35f-0470-4dee-9750-40ab76fec5f7 img.shogun-image {
    

    
    
    
  }


#s-a778c35f-0470-4dee-9750-40ab76fec5f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-41f37db3-3dfc-4418-9a6d-7d90fdd7d750 {
  text-align: center;
}







  #s-41f37db3-3dfc-4418-9a6d-7d90fdd7d750 img.shogun-image {
    

    
    
    
  }


#s-41f37db3-3dfc-4418-9a6d-7d90fdd7d750 .shogun-image-content {
  
    align-items: center;
  
}

#s-aba4ee48-9b40-42b6-a3b9-8b6ab7062dad {
  text-align: center;
}







  #s-aba4ee48-9b40-42b6-a3b9-8b6ab7062dad img.shogun-image {
    

    
    
    
  }


#s-aba4ee48-9b40-42b6-a3b9-8b6ab7062dad .shogun-image-content {
  
    align-items: center;
  
}

#s-c5b3ec8e-14fe-47a7-a6be-092e921de6bb {
  text-align: center;
}







  #s-c5b3ec8e-14fe-47a7-a6be-092e921de6bb img.shogun-image {
    

    
    
    
  }


#s-c5b3ec8e-14fe-47a7-a6be-092e921de6bb .shogun-image-content {
  
    align-items: center;
  
}

#s-27d6774e-7978-4e52-9b38-229a8b1a254e {
  text-align: center;
}







  #s-27d6774e-7978-4e52-9b38-229a8b1a254e img.shogun-image {
    

    
    
    
  }


#s-27d6774e-7978-4e52-9b38-229a8b1a254e .shogun-image-content {
  
    align-items: center;
  
}

#s-cdb0f517-29f1-4bea-a23f-002c6059787f {
  text-align: center;
}







  #s-cdb0f517-29f1-4bea-a23f-002c6059787f img.shogun-image {
    

    
    
    
  }


#s-cdb0f517-29f1-4bea-a23f-002c6059787f .shogun-image-content {
  
    align-items: center;
  
}

#s-af19a160-f8f7-4294-bf85-68259ba04149 {
  text-align: center;
}







  #s-af19a160-f8f7-4294-bf85-68259ba04149 img.shogun-image {
    

    
    
    
  }


#s-af19a160-f8f7-4294-bf85-68259ba04149 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e603e2c-eeec-459d-afef-523ee5af2b4c {
  min-height: 50px;
background-color: rgba(250, 246, 240, 1);
}








#s-9e603e2c-eeec-459d-afef-523ee5af2b4c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e603e2c-eeec-459d-afef-523ee5af2b4c.shg-box.shg-c {
  justify-content: center;
}

#s-26ca70e2-9252-4f13-8eab-8fe44c0a4644 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-26ca70e2-9252-4f13-8eab-8fe44c0a4644 {
  display: none;
}
#s-26ca70e2-9252-4f13-8eab-8fe44c0a4644, #wrap-s-26ca70e2-9252-4f13-8eab-8fe44c0a4644 { display: none !important; }}
#s-26ca70e2-9252-4f13-8eab-8fe44c0a4644 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-26ca70e2-9252-4f13-8eab-8fe44c0a4644 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-6d8143fa-a752-44e2-8344-81ab69e4ca6d {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-6d8143fa-a752-44e2-8344-81ab69e4ca6d .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-6d8143fa-a752-44e2-8344-81ab69e4ca6d .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-ed823c53-9ad9-4d55-aa81-41fadf396c20 {
  margin-top: 0px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8-root {
    text-align: center;
  }


#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8-root {
    text-align: center;
  }


#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8-root {
    text-align: center;
  }


#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8-root {
    text-align: center;
  }


#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8-root {
    text-align: center;
  }


#s-addeaa65-6be3-4f39-a6c8-f45841d1d9d8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dd259192-1123-4fa2-87e5-9d41e95e1832 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-dd259192-1123-4fa2-87e5-9d41e95e1832 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd259192-1123-4fa2-87e5-9d41e95e1832.shg-box.shg-c {
  justify-content: center;
}

#s-c61d6e0c-2f3a-4e55-b856-2ff92ead5210 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-c61d6e0c-2f3a-4e55-b856-2ff92ead5210 {
  display: none;
}
#s-c61d6e0c-2f3a-4e55-b856-2ff92ead5210, #wrap-s-c61d6e0c-2f3a-4e55-b856-2ff92ead5210 { display: none !important; }}
#s-c61d6e0c-2f3a-4e55-b856-2ff92ead5210 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-c61d6e0c-2f3a-4e55-b856-2ff92ead5210 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-bd9a384a-8e39-4617-91b0-dda69bf4382b {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-bd9a384a-8e39-4617-91b0-dda69bf4382b .shogun-heading-component h1 {
  color: rgba(70, 141, 81, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-bd9a384a-8e39-4617-91b0-dda69bf4382b .shogun-heading-component h1 a {
  color: rgba(70, 141, 81, 1);
}


#s-901e1923-4da7-4a9e-ad68-98d2017ba7b2 {
  margin-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-d1a2f5f9-7700-4463-907c-a92af965045b {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(70, 141, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d1a2f5f9-7700-4463-907c-a92af965045b:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1a2f5f9-7700-4463-907c-a92af965045b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1a2f5f9-7700-4463-907c-a92af965045b-root {
    text-align: center;
  }


#s-d1a2f5f9-7700-4463-907c-a92af965045b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1a2f5f9-7700-4463-907c-a92af965045b-root {
    text-align: center;
  }


#s-d1a2f5f9-7700-4463-907c-a92af965045b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1a2f5f9-7700-4463-907c-a92af965045b-root {
    text-align: center;
  }


#s-d1a2f5f9-7700-4463-907c-a92af965045b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1a2f5f9-7700-4463-907c-a92af965045b-root {
    text-align: center;
  }


#s-d1a2f5f9-7700-4463-907c-a92af965045b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1a2f5f9-7700-4463-907c-a92af965045b-root {
    text-align: center;
  }


#s-d1a2f5f9-7700-4463-907c-a92af965045b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-091561e3-5446-4b18-9956-1cfff2c61ace {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-091561e3-5446-4b18-9956-1cfff2c61ace .shogun-heading-component h1 {
  color: rgba(70, 141, 81, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-091561e3-5446-4b18-9956-1cfff2c61ace .shogun-heading-component h1 a {
  color: rgba(70, 141, 81, 1);
}


#s-277e1043-5492-4a8f-8c10-8387f8876b81 {
  min-height: 50px;
background-color: rgba(241, 230, 166, 1);
}








#s-277e1043-5492-4a8f-8c10-8387f8876b81 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-277e1043-5492-4a8f-8c10-8387f8876b81.shg-box.shg-c {
  justify-content: center;
}

#s-5b8b682d-b594-40c2-82cc-f6e68d606392 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-5b8b682d-b594-40c2-82cc-f6e68d606392 {
  display: none;
}
#s-5b8b682d-b594-40c2-82cc-f6e68d606392, #wrap-s-5b8b682d-b594-40c2-82cc-f6e68d606392 { display: none !important; }}
#s-5b8b682d-b594-40c2-82cc-f6e68d606392 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-5b8b682d-b594-40c2-82cc-f6e68d606392 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-e04f58ad-56d2-4154-a8cb-60cb3f14061c {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-e04f58ad-56d2-4154-a8cb-60cb3f14061c .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-e04f58ad-56d2-4154-a8cb-60cb3f14061c .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-ce0b144b-6692-474c-b035-2a1e9494010d {
  margin-top: 0px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac-root {
    text-align: center;
  }


#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac-root {
    text-align: center;
  }


#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac-root {
    text-align: center;
  }


#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac-root {
    text-align: center;
  }


#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac-root {
    text-align: center;
  }


#s-cc8295b7-aec9-42e0-b31d-d35a1dfcb5ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dc82e3a7-debe-4b4a-a7d2-635e74f3680c {
  min-height: 50px;
background-color: rgba(213, 240, 247, 1);
}








#s-dc82e3a7-debe-4b4a-a7d2-635e74f3680c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc82e3a7-debe-4b4a-a7d2-635e74f3680c.shg-box.shg-c {
  justify-content: center;
}

#s-d2eec99d-89c8-4954-8876-3c12d00778de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-d2eec99d-89c8-4954-8876-3c12d00778de {
  display: none;
}
#s-d2eec99d-89c8-4954-8876-3c12d00778de, #wrap-s-d2eec99d-89c8-4954-8876-3c12d00778de { display: none !important; }}
#s-d2eec99d-89c8-4954-8876-3c12d00778de .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-d2eec99d-89c8-4954-8876-3c12d00778de .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-214da8c6-7752-449e-ad1a-812b0e80d14f {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-214da8c6-7752-449e-ad1a-812b0e80d14f .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-214da8c6-7752-449e-ad1a-812b0e80d14f .shogun-heading-component h5 a {
  color: rgba(0, 0, 0, 1);
}


#s-3100c4eb-8afb-4b57-8d23-a8351c17c674 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-3100c4eb-8afb-4b57-8d23-a8351c17c674 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-3100c4eb-8afb-4b57-8d23-a8351c17c674 .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31 {
  margin-top: 0px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
}
@media (min-width: 1200px){#s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31 {
  display: none;
}
#s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31, #wrap-s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31 {
  display: none;
}
#s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31, #wrap-s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31 {
  display: none;
}
#s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31, #wrap-s-0b3feceb-8ebf-4791-b58d-7cc8eee4ac31 { display: none !important; }}
#s-2e81db17-ed68-42b6-baa2-08a8c863db85 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2e81db17-ed68-42b6-baa2-08a8c863db85:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2e81db17-ed68-42b6-baa2-08a8c863db85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e81db17-ed68-42b6-baa2-08a8c863db85-root {
    text-align: center;
  }


#s-2e81db17-ed68-42b6-baa2-08a8c863db85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e81db17-ed68-42b6-baa2-08a8c863db85-root {
    text-align: center;
  }


#s-2e81db17-ed68-42b6-baa2-08a8c863db85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e81db17-ed68-42b6-baa2-08a8c863db85-root {
    text-align: center;
  }


#s-2e81db17-ed68-42b6-baa2-08a8c863db85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e81db17-ed68-42b6-baa2-08a8c863db85-root {
    text-align: center;
  }


#s-2e81db17-ed68-42b6-baa2-08a8c863db85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e81db17-ed68-42b6-baa2-08a8c863db85-root {
    text-align: center;
  }


#s-2e81db17-ed68-42b6-baa2-08a8c863db85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bafd82f2-03aa-49c0-ab2a-2fb3f7f41c6c {
  min-height: 50px;
background-color: rgba(233, 233, 221, 1);
}








#s-bafd82f2-03aa-49c0-ab2a-2fb3f7f41c6c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bafd82f2-03aa-49c0-ab2a-2fb3f7f41c6c.shg-box.shg-c {
  justify-content: center;
}

#s-83c74ef5-6be3-454b-8178-3052dfbf6d8e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-83c74ef5-6be3-454b-8178-3052dfbf6d8e {
  display: none;
}
#s-83c74ef5-6be3-454b-8178-3052dfbf6d8e, #wrap-s-83c74ef5-6be3-454b-8178-3052dfbf6d8e { display: none !important; }}
#s-83c74ef5-6be3-454b-8178-3052dfbf6d8e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-83c74ef5-6be3-454b-8178-3052dfbf6d8e .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-25c12e4f-2230-415d-9ce5-198733e7d947 {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-25c12e4f-2230-415d-9ce5-198733e7d947 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-25c12e4f-2230-415d-9ce5-198733e7d947 .shogun-heading-component h1 a {
  color: rgba(32, 78, 156, 1);
}


#s-b2802336-68fc-4201-b93b-b93fae108560 {
  margin-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0-root {
    text-align: center;
  }


#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0-root {
    text-align: center;
  }


#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0-root {
    text-align: center;
  }


#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0-root {
    text-align: center;
  }


#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0-root {
    text-align: center;
  }


#s-1b632dc8-3bf9-4088-b031-8d6bce1e6ef0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8d16fee6-0ce6-4733-9a0e-bb8d0b9e0fa5 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-8d16fee6-0ce6-4733-9a0e-bb8d0b9e0fa5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d16fee6-0ce6-4733-9a0e-bb8d0b9e0fa5.shg-box.shg-c {
  justify-content: center;
}

#s-78fe2af6-f047-4a5e-910f-bfcf8ddbf463 {
  margin-top: 60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-78fe2af6-f047-4a5e-910f-bfcf8ddbf463 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-78fe2af6-f047-4a5e-910f-bfcf8ddbf463 .shogun-heading-component h4 a {
  color: #000;
}


#s-f733f394-6da2-4f0b-b13d-15cf52160a04 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-f733f394-6da2-4f0b-b13d-15cf52160a04 .shogun-heading-component h1 {
  color: rgba(46, 12, 10, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-f733f394-6da2-4f0b-b13d-15cf52160a04 .shogun-heading-component h1 a {
  color: rgba(46, 12, 10, 1);
}


#s-b31cf8e2-07b1-4438-9857-0c5b5e2e6214 {
  margin-top: 5px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(44, 77, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17-root {
    text-align: center;
  }


#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17-root {
    text-align: center;
  }


#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17-root {
    text-align: center;
  }


#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17-root {
    text-align: center;
  }


#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17-root {
    text-align: center;
  }


#s-ac5ea8d3-8dbf-4094-83c6-f9602f0dbc17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-153373aa-0fb9-44cb-a47f-3d6ddf100d95 {
  min-height: 50px;
background-color: rgba(236, 226, 215, 1);
}








#s-153373aa-0fb9-44cb-a47f-3d6ddf100d95 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-153373aa-0fb9-44cb-a47f-3d6ddf100d95.shg-box.shg-c {
  justify-content: center;
}

#s-5ef6c375-d918-4ca9-94ef-31411212b12a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 20px;
text-align: center;
}

#s-5ef6c375-d918-4ca9-94ef-31411212b12a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


#s-5ef6c375-d918-4ca9-94ef-31411212b12a .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-02531e48-dedf-4843-ba2e-615d4de4a2ec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
}

#s-02531e48-dedf-4843-ba2e-615d4de4a2ec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-02531e48-dedf-4843-ba2e-615d4de4a2ec .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-848dc3a5-77c4-4d3f-abbb-0867b28467c1 {
  margin-top: 0px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67d29eb9-7453-4b33-a6be-2bd03060ee7a-root {
    text-align: center;
  }


#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67d29eb9-7453-4b33-a6be-2bd03060ee7a-root {
    text-align: center;
  }


#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67d29eb9-7453-4b33-a6be-2bd03060ee7a-root {
    text-align: center;
  }


#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67d29eb9-7453-4b33-a6be-2bd03060ee7a-root {
    text-align: center;
  }


#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67d29eb9-7453-4b33-a6be-2bd03060ee7a-root {
    text-align: center;
  }


#s-67d29eb9-7453-4b33-a6be-2bd03060ee7a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a43f4fad-6cac-4a41-b09a-63fd93c1ce4c {
  min-height: 50px;
background-color: rgba(219, 235, 248, 1);
}








#s-a43f4fad-6cac-4a41-b09a-63fd93c1ce4c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a43f4fad-6cac-4a41-b09a-63fd93c1ce4c.shg-box.shg-c {
  justify-content: center;
}

#s-30c6bf92-e1fc-44e3-8e6a-1a1b91d9b9b1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 20px;
text-align: center;
}

#s-30c6bf92-e1fc-44e3-8e6a-1a1b91d9b9b1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-30c6bf92-e1fc-44e3-8e6a-1a1b91d9b9b1 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-c6e23b31-9af2-45f3-b04e-de1832941c74 {
  margin-top: 5px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-20313cbc-5f45-436a-9427-1b8a0c2de612 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-20313cbc-5f45-436a-9427-1b8a0c2de612:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20313cbc-5f45-436a-9427-1b8a0c2de612:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDY2NDIzY2ItNjZjOS00ODRmLWIwNmYtM2U4ZmIyZDhmYTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NjY0MjNjYi02NmM5LTQ4NGYtYjA2Zi0zZThmYjJkOGZhNGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;0, "color"=&gt;"#eef10b"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#7e20cf"}] !important;}

  #s-20313cbc-5f45-436a-9427-1b8a0c2de612-root {
    text-align: center;
  }


#s-20313cbc-5f45-436a-9427-1b8a0c2de612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20313cbc-5f45-436a-9427-1b8a0c2de612-root {
    text-align: center;
  }


#s-20313cbc-5f45-436a-9427-1b8a0c2de612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20313cbc-5f45-436a-9427-1b8a0c2de612-root {
    text-align: center;
  }


#s-20313cbc-5f45-436a-9427-1b8a0c2de612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20313cbc-5f45-436a-9427-1b8a0c2de612-root {
    text-align: center;
  }


#s-20313cbc-5f45-436a-9427-1b8a0c2de612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20313cbc-5f45-436a-9427-1b8a0c2de612-root {
    text-align: center;
  }


#s-20313cbc-5f45-436a-9427-1b8a0c2de612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ed1a1f7e-3162-4138-8a65-173c9db26112 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-ed1a1f7e-3162-4138-8a65-173c9db26112 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed1a1f7e-3162-4138-8a65-173c9db26112.shg-box.shg-c {
  justify-content: center;
}

#s-269e3384-d476-468c-86ca-af43cdd41ea5 {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-269e3384-d476-468c-86ca-af43cdd41ea5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0e6d9112-946a-4209-a869-9d68b5e136a7 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-0e6d9112-946a-4209-a869-9d68b5e136a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-0e6d9112-946a-4209-a869-9d68b5e136a7 .shogun-heading-component h1 a {
  color: #000;
}


#s-f5f86e34-9c13-4e7b-ae36-391e3badc791 {
  margin-top: 4px;
margin-bottom: 4px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
@media (max-width: 767px){#s-f5f86e34-9c13-4e7b-ae36-391e3badc791 {
  padding-top: 0px;
}
}
#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8 {
  margin-top: 0px;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8-root {
    text-align: center;
  }


#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8-root {
    text-align: center;
  }


#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8-root {
    text-align: center;
  }


#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8-root {
    text-align: center;
  }


#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8-root {
    text-align: center;
  }


#s-3c2d4ed0-927e-4abf-ab11-5e295e5c5ed8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-520c1ef0-8e2e-4e4a-87d3-d320d9f9ecd3 {
  padding-left: 40px;
padding-bottom: 60px;
padding-right: 40px;
}

#s-c2cefa9e-0269-4027-a0e3-4cf290ed9eb0 {
  min-height: 50px;
background-color: rgba(247, 241, 223, 1);
}








#s-c2cefa9e-0269-4027-a0e3-4cf290ed9eb0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2cefa9e-0269-4027-a0e3-4cf290ed9eb0.shg-box.shg-c {
  justify-content: center;
}

#s-bd0b8fc3-23d9-4295-80f7-0e30a4dc95a4 {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd0b8fc3-23d9-4295-80f7-0e30a4dc95a4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-bd0b8fc3-23d9-4295-80f7-0e30a4dc95a4 .shogun-heading-component h4 a {
  color: #000;
}


#s-d219f199-e12a-488c-ab6c-4e86535d2206 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-d219f199-e12a-488c-ab6c-4e86535d2206 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-d219f199-e12a-488c-ab6c-4e86535d2206 .shogun-heading-component h1 a {
  color: #000;
}


#s-782e2c87-fabe-4ce6-aa67-f7358a7dee13 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 40px;
}

#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368 {
  margin-top: 0px;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368-root {
    text-align: center;
  }


#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368-root {
    text-align: center;
  }


#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368-root {
    text-align: center;
  }


#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368-root {
    text-align: center;
  }


#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368-root {
    text-align: center;
  }


#s-3789ec1b-613e-4a7c-a2cc-14d5aedc6368.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-df0c4fc4-a752-42ea-8ca5-1def0bc9678c {
  padding-left: 40px;
padding-bottom: 60px;
padding-right: 40px;
}

#s-e1f003f8-e47f-41c7-8e0d-5b2e125cbc47 {
  min-height: 50px;
background-color: rgba(200, 237, 255, 1);
}








#s-e1f003f8-e47f-41c7-8e0d-5b2e125cbc47 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1f003f8-e47f-41c7-8e0d-5b2e125cbc47.shg-box.shg-c {
  justify-content: center;
}

#s-16f508d8-bb94-468d-b4f7-9bdd6ae2d60b {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16f508d8-bb94-468d-b4f7-9bdd6ae2d60b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-16f508d8-bb94-468d-b4f7-9bdd6ae2d60b .shogun-heading-component h1 a {
  color: #000;
}


#s-7b7808b6-5ce2-40db-9454-06afff93b002 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}

#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f64a5ded-6b01-41e7-9e56-53d3863c14a5-root {
    text-align: center;
  }


#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f64a5ded-6b01-41e7-9e56-53d3863c14a5-root {
    text-align: center;
  }


#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f64a5ded-6b01-41e7-9e56-53d3863c14a5-root {
    text-align: center;
  }


#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f64a5ded-6b01-41e7-9e56-53d3863c14a5-root {
    text-align: center;
  }


#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f64a5ded-6b01-41e7-9e56-53d3863c14a5-root {
    text-align: center;
  }


#s-f64a5ded-6b01-41e7-9e56-53d3863c14a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3830137c-8b33-4bbb-a539-21fabcf4b0ba {
  min-height: 50px;
background-color: rgba(237, 237, 227, 1);
}








#s-3830137c-8b33-4bbb-a539-21fabcf4b0ba &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3830137c-8b33-4bbb-a539-21fabcf4b0ba.shg-box.shg-c {
  justify-content: center;
}

#s-50642779-9ff5-49d6-9e4f-11274ba911b7 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50642779-9ff5-49d6-9e4f-11274ba911b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-50642779-9ff5-49d6-9e4f-11274ba911b7 .shogun-heading-component h1 a {
  color: #000;
}


#s-b1a8a4dc-22bf-4622-86d9-3cfc44da52f1 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}

#s-ca226704-65f3-4114-a768-01c930070e0b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ca226704-65f3-4114-a768-01c930070e0b:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ca226704-65f3-4114-a768-01c930070e0b:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ca226704-65f3-4114-a768-01c930070e0b-root {
    text-align: center;
  }


#s-ca226704-65f3-4114-a768-01c930070e0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca226704-65f3-4114-a768-01c930070e0b-root {
    text-align: center;
  }


#s-ca226704-65f3-4114-a768-01c930070e0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca226704-65f3-4114-a768-01c930070e0b-root {
    text-align: center;
  }


#s-ca226704-65f3-4114-a768-01c930070e0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca226704-65f3-4114-a768-01c930070e0b-root {
    text-align: center;
  }


#s-ca226704-65f3-4114-a768-01c930070e0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca226704-65f3-4114-a768-01c930070e0b-root {
    text-align: center;
  }


#s-ca226704-65f3-4114-a768-01c930070e0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ef3891ee-8233-4716-88fb-37c3649eeefd {
  min-height: 50px;
background-color: rgba(238, 235, 240, 1);
}








#s-ef3891ee-8233-4716-88fb-37c3649eeefd &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef3891ee-8233-4716-88fb-37c3649eeefd.shg-box.shg-c {
  justify-content: center;
}

#s-2cc371de-7269-4fac-ba33-156e0678ed82 {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cc371de-7269-4fac-ba33-156e0678ed82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-2cc371de-7269-4fac-ba33-156e0678ed82 .shogun-heading-component h1 a {
  color: #000;
}


#s-c7c78097-f3fd-4686-b2c5-9fdf1bf38899 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}

#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a3b5919f-0529-4096-ab81-9dd15f2b7aba-root {
    text-align: center;
  }


#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3b5919f-0529-4096-ab81-9dd15f2b7aba-root {
    text-align: center;
  }


#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3b5919f-0529-4096-ab81-9dd15f2b7aba-root {
    text-align: center;
  }


#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3b5919f-0529-4096-ab81-9dd15f2b7aba-root {
    text-align: center;
  }


#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3b5919f-0529-4096-ab81-9dd15f2b7aba-root {
    text-align: center;
  }


#s-a3b5919f-0529-4096-ab81-9dd15f2b7aba.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3de7e5e2-b7af-42e1-8e93-9c2096ba7b24 {
  min-height: 50px;
background-color: rgba(243, 246, 253, 1);
}








#s-3de7e5e2-b7af-42e1-8e93-9c2096ba7b24 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3de7e5e2-b7af-42e1-8e93-9c2096ba7b24.shg-box.shg-c {
  justify-content: center;
}

#s-060fb787-cb51-4e2d-b434-47caaecfbaed {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-060fb787-cb51-4e2d-b434-47caaecfbaed .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}


#s-060fb787-cb51-4e2d-b434-47caaecfbaed .shogun-heading-component h1 a {
  color: #000;
}


#s-7a79dfd7-bf39-4787-8f9f-270c4615fd27 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a79dfd7-bf39-4787-8f9f-270c4615fd27 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-7a79dfd7-bf39-4787-8f9f-270c4615fd27 .shogun-heading-component h1 a {
  color: #000;
}


#s-39b9a0bc-9998-4a85-9cb9-84b2cd83bd1e {
  padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
}

#s-34ed8924-3d97-4b90-80f0-82f8de001169 {
  margin-top: 20px;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(32, 78, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34ed8924-3d97-4b90-80f0-82f8de001169:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34ed8924-3d97-4b90-80f0-82f8de001169:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34ed8924-3d97-4b90-80f0-82f8de001169-root {
    text-align: center;
  }


#s-34ed8924-3d97-4b90-80f0-82f8de001169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34ed8924-3d97-4b90-80f0-82f8de001169-root {
    text-align: center;
  }


#s-34ed8924-3d97-4b90-80f0-82f8de001169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34ed8924-3d97-4b90-80f0-82f8de001169-root {
    text-align: center;
  }


#s-34ed8924-3d97-4b90-80f0-82f8de001169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34ed8924-3d97-4b90-80f0-82f8de001169-root {
    text-align: center;
  }


#s-34ed8924-3d97-4b90-80f0-82f8de001169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34ed8924-3d97-4b90-80f0-82f8de001169-root {
    text-align: center;
  }


#s-34ed8924-3d97-4b90-80f0-82f8de001169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-993d1f12-8f77-4bca-b91b-425866c311ca {
  margin-bottom: 60px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

#s-0dd48037-b7c3-4dc7-9c8a-64bd6cc295a2 {
  min-height: 50px;
background-color: rgba(229, 232, 229, 1);
}








#s-0dd48037-b7c3-4dc7-9c8a-64bd6cc295a2 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dd48037-b7c3-4dc7-9c8a-64bd6cc295a2.shg-box.shg-c {
  justify-content: center;
}

#s-ef3d6656-6cb7-4834-a8e2-bee70ea02b7b {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef3d6656-6cb7-4834-a8e2-bee70ea02b7b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-ef3d6656-6cb7-4834-a8e2-bee70ea02b7b .shogun-heading-component h1 a {
  color: #000;
}


#s-e95e5906-2593-44cf-88d5-2cf99ccd45c0 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}

#s-0e5fcc38-a060-4729-a0ae-4209deee32b7 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0e5fcc38-a060-4729-a0ae-4209deee32b7:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0e5fcc38-a060-4729-a0ae-4209deee32b7:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0e5fcc38-a060-4729-a0ae-4209deee32b7-root {
    text-align: center;
  }


#s-0e5fcc38-a060-4729-a0ae-4209deee32b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e5fcc38-a060-4729-a0ae-4209deee32b7-root {
    text-align: center;
  }


#s-0e5fcc38-a060-4729-a0ae-4209deee32b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e5fcc38-a060-4729-a0ae-4209deee32b7-root {
    text-align: center;
  }


#s-0e5fcc38-a060-4729-a0ae-4209deee32b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e5fcc38-a060-4729-a0ae-4209deee32b7-root {
    text-align: center;
  }


#s-0e5fcc38-a060-4729-a0ae-4209deee32b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e5fcc38-a060-4729-a0ae-4209deee32b7-root {
    text-align: center;
  }


#s-0e5fcc38-a060-4729-a0ae-4209deee32b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-53727bd0-0ab6-4aa4-bc32-3e31ad408d86 {
  min-height: 50px;
background-color: rgba(228, 241, 239, 1);
}








#s-53727bd0-0ab6-4aa4-bc32-3e31ad408d86 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53727bd0-0ab6-4aa4-bc32-3e31ad408d86.shg-box.shg-c {
  justify-content: center;
}

#s-952930ca-c8c1-46c9-8018-1fe963df242a {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-952930ca-c8c1-46c9-8018-1fe963df242a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


#s-952930ca-c8c1-46c9-8018-1fe963df242a .shogun-heading-component h1 a {
  color: #000;
}


#s-9f5e18e4-6b78-47f1-8033-16d69d61d8ee {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}

#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 30px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-69f63d55-b1e3-4eb7-8ed9-f9445c235add-root {
    text-align: center;
  }


#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69f63d55-b1e3-4eb7-8ed9-f9445c235add-root {
    text-align: center;
  }


#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69f63d55-b1e3-4eb7-8ed9-f9445c235add-root {
    text-align: center;
  }


#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69f63d55-b1e3-4eb7-8ed9-f9445c235add-root {
    text-align: center;
  }


#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69f63d55-b1e3-4eb7-8ed9-f9445c235add-root {
    text-align: center;
  }


#s-69f63d55-b1e3-4eb7-8ed9-f9445c235add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cdfb05c6-ce38-47a8-94b1-cce3879ad5dc {
  min-height: 50px;
background-color: rgba(248, 236, 212, 1);
}








#s-cdfb05c6-ce38-47a8-94b1-cce3879ad5dc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cdfb05c6-ce38-47a8-94b1-cce3879ad5dc.shg-box.shg-c {
  justify-content: center;
}

#s-5e005e49-239b-4eb0-80b3-26785695f60a {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e005e49-239b-4eb0-80b3-26785695f60a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-55e1f24a-6fa4-49ff-a512-6ad704e1961c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55e1f24a-6fa4-49ff-a512-6ad704e1961c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-361862f9-7b4a-4159-8c85-78c0baadd9ea {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}

#s-b878ffcc-d794-4580-bd94-f91534f40e8f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(253, 253, 253, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b878ffcc-d794-4580-bd94-f91534f40e8f:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b878ffcc-d794-4580-bd94-f91534f40e8f:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b878ffcc-d794-4580-bd94-f91534f40e8f-root {
    text-align: center;
  }


#s-b878ffcc-d794-4580-bd94-f91534f40e8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b878ffcc-d794-4580-bd94-f91534f40e8f-root {
    text-align: center;
  }


#s-b878ffcc-d794-4580-bd94-f91534f40e8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b878ffcc-d794-4580-bd94-f91534f40e8f-root {
    text-align: center;
  }


#s-b878ffcc-d794-4580-bd94-f91534f40e8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b878ffcc-d794-4580-bd94-f91534f40e8f-root {
    text-align: center;
  }


#s-b878ffcc-d794-4580-bd94-f91534f40e8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b878ffcc-d794-4580-bd94-f91534f40e8f-root {
    text-align: center;
  }


#s-b878ffcc-d794-4580-bd94-f91534f40e8f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-62d0150c-899f-4d68-ad53-c47492914825 {
  margin-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6 {
  margin-top: 0px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-radius: 31px;
background-color: rgba(70, 141, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6:hover {background-color: rgba(141, 141, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6-root {
    text-align: center;
  }


#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6-root {
    text-align: center;
  }


#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6-root {
    text-align: center;
  }


#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6-root {
    text-align: center;
  }


#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6-root {
    text-align: center;
  }


#s-baed1707-c3a8-460d-aafc-0d4fa4b0ead6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8a2cdcd6-7ca9-4b9a-800b-96664b8f386f {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8a2cdcd6-7ca9-4b9a-800b-96664b8f386f {
  margin-top: 0px;
}
}
#s-8a2cdcd6-7ca9-4b9a-800b-96664b8f386f .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container &gt; .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container &gt; .swiper-button-prev,
.shg-swiper-container &gt; .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container &gt; .swiper-button-prev {
  left: 0;
}

.shg-swiper-container &gt; .swiper-button-next {
  right: 0;
}

.shg-swiper-container &gt; .swiper-button-next:after,
.shg-swiper-container &gt; .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container &gt; .swiper-button-next svg,
.shg-swiper-container &gt; .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a &gt; .swiper-button-prev,
#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a &gt; .swiper-button-next {
  
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a &gt; .swiper-button-prev svg,
#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a &gt; .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a &gt; .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a &gt; .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a &gt; .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-c076be0a-7e0e-43aa-bd9f-eae9de30ad8a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper &gt; .shogun-image {
    width: 100%;
  }
}

#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b {
  text-align: left;
}



.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b2ca24-3a72-49d8-89a7-a29a4f2f905b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-83ab9281-30c5-4289-8cd6-b8e357e519f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83ab9281-30c5-4289-8cd6-b8e357e519f7 .shg-product-title-component h3 {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-b8ac1fd3-a45e-4c9a-9cda-8787d1a7f34e {
  text-align: center;
}

#s-b8ac1fd3-a45e-4c9a-9cda-8787d1a7f34e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  
  
  font-style:  normal ;
}

#s-b8ac1fd3-a45e-4c9a-9cda-8787d1a7f34e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 13px;
}

#s-b8ac1fd3-a45e-4c9a-9cda-8787d1a7f34e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-left {
  text-align: left;
}

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

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

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5d6d4604-b825-4706-8b7a-ad6af01e0a24-atc-btn-wrapper {
    text-align: center;
  }


#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5d6d4604-b825-4706-8b7a-ad6af01e0a24-atc-btn-wrapper {
    text-align: center;
  }


#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d6d4604-b825-4706-8b7a-ad6af01e0a24-atc-btn-wrapper {
    text-align: center;
  }


#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5d6d4604-b825-4706-8b7a-ad6af01e0a24-atc-btn-wrapper {
    text-align: center;
  }


#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5d6d4604-b825-4706-8b7a-ad6af01e0a24-atc-btn-wrapper {
    text-align: center;
  }


#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-5d6d4604-b825-4706-8b7a-ad6af01e0a24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5c832ab3-5b84-4537-acd6-e1876c444ba6 {
  margin-left: auto;
margin-right: auto;
}

#s-f87b320c-cf72-4361-b624-efb47f57afdd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f87b320c-cf72-4361-b624-efb47f57afdd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cafc34b4-d7e8-462e-bde8-2e0898b54788 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cafc34b4-d7e8-462e-bde8-2e0898b54788 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-915a76b6-efbb-4ba1-9821-6cbbed99da38 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-915a76b6-efbb-4ba1-9821-6cbbed99da38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-915a76b6-efbb-4ba1-9821-6cbbed99da38 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-915a76b6-efbb-4ba1-9821-6cbbed99da38 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
}
#s-eaca845d-9342-4820-886c-6e6bce0d9430:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eaca845d-9342-4820-886c-6e6bce0d9430:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eaca845d-9342-4820-886c-6e6bce0d9430-atc-btn-wrapper {
    text-align: center;
  }


#s-eaca845d-9342-4820-886c-6e6bce0d9430 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-eaca845d-9342-4820-886c-6e6bce0d9430-atc-btn-wrapper {
    text-align: center;
  }


#s-eaca845d-9342-4820-886c-6e6bce0d9430 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-eaca845d-9342-4820-886c-6e6bce0d9430-atc-btn-wrapper {
    text-align: center;
  }


#s-eaca845d-9342-4820-886c-6e6bce0d9430 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-eaca845d-9342-4820-886c-6e6bce0d9430-atc-btn-wrapper {
    text-align: center;
  }


#s-eaca845d-9342-4820-886c-6e6bce0d9430 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-eaca845d-9342-4820-886c-6e6bce0d9430-atc-btn-wrapper {
    text-align: center;
  }


#s-eaca845d-9342-4820-886c-6e6bce0d9430 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-eaca845d-9342-4820-886c-6e6bce0d9430.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be {
  text-align: left;
}



.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39a4ee12-63a2-4a2f-9b9a-5476d20a83be img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-64328a41-4e3a-4c9a-a993-491d59814926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64328a41-4e3a-4c9a-a993-491d59814926 .shg-product-title-component h3 {
  
  
  
  
  font-size: 15px;
  
  
  
}

#s-7ebb70cc-3d8a-4f70-971f-91dbf3c0e801 {
  text-align: center;
}

#s-7ebb70cc-3d8a-4f70-971f-91dbf3c0e801 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  
  
  font-style:  normal ;
}

#s-7ebb70cc-3d8a-4f70-971f-91dbf3c0e801 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 13px;
}

#s-7ebb70cc-3d8a-4f70-971f-91dbf3c0e801 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fcb13d13-e364-4c14-afc3-7bd4d734eb31-atc-btn-wrapper {
    text-align: center;
  }


#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fcb13d13-e364-4c14-afc3-7bd4d734eb31-atc-btn-wrapper {
    text-align: center;
  }


#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcb13d13-e364-4c14-afc3-7bd4d734eb31-atc-btn-wrapper {
    text-align: center;
  }


#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fcb13d13-e364-4c14-afc3-7bd4d734eb31-atc-btn-wrapper {
    text-align: center;
  }


#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fcb13d13-e364-4c14-afc3-7bd4d734eb31-atc-btn-wrapper {
    text-align: center;
  }


#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-fcb13d13-e364-4c14-afc3-7bd4d734eb31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3b4de092-c58e-4962-8b43-27232eab538e {
  text-align: left;
}



.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b4de092-c58e-4962-8b43-27232eab538e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-774cc8fc-59c6-435d-aff6-b6f729f0c5d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-774cc8fc-59c6-435d-aff6-b6f729f0c5d9 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 15px;
  
  
  
}

#s-b2ee70ab-837b-4788-b832-032b43577536 {
  text-align: center;
}
@media (max-width: 767px){#s-b2ee70ab-837b-4788-b832-032b43577536 {
  padding-bottom: 24px;
}
}
#s-b2ee70ab-837b-4788-b832-032b43577536 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  
  
  font-style:  normal ;
}

#s-b2ee70ab-837b-4788-b832-032b43577536 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 13px;
}

#s-b2ee70ab-837b-4788-b832-032b43577536 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4abf55b2-4e0c-4990-9d52-db21dc818786:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4abf55b2-4e0c-4990-9d52-db21dc818786:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4abf55b2-4e0c-4990-9d52-db21dc818786-atc-btn-wrapper {
    text-align: center;
  }


#s-4abf55b2-4e0c-4990-9d52-db21dc818786 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4abf55b2-4e0c-4990-9d52-db21dc818786-atc-btn-wrapper {
    text-align: center;
  }


#s-4abf55b2-4e0c-4990-9d52-db21dc818786 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4abf55b2-4e0c-4990-9d52-db21dc818786-atc-btn-wrapper {
    text-align: center;
  }


#s-4abf55b2-4e0c-4990-9d52-db21dc818786 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4abf55b2-4e0c-4990-9d52-db21dc818786-atc-btn-wrapper {
    text-align: center;
  }


#s-4abf55b2-4e0c-4990-9d52-db21dc818786 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4abf55b2-4e0c-4990-9d52-db21dc818786-atc-btn-wrapper {
    text-align: center;
  }


#s-4abf55b2-4e0c-4990-9d52-db21dc818786 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-4abf55b2-4e0c-4990-9d52-db21dc818786.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8 {
  border-style: solid;
margin-top: 60px;
margin-bottom: 40px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8 {
  margin-bottom: 40px;
}
}

  #s-3cffc0d7-bc86-4b95-b755-02759c38c5f8-root {
    text-align: center;
  }


#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3cffc0d7-bc86-4b95-b755-02759c38c5f8-root {
    text-align: center;
  }


#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cffc0d7-bc86-4b95-b755-02759c38c5f8-root {
    text-align: center;
  }


#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3cffc0d7-bc86-4b95-b755-02759c38c5f8-root {
    text-align: center;
  }


#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3cffc0d7-bc86-4b95-b755-02759c38c5f8-root {
    text-align: center;
  }


#s-3cffc0d7-bc86-4b95-b755-02759c38c5f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row &gt; * {
  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 &gt; div:empty {
  display: block;
}

#s-3368d810-e105-453d-9a1a-04c98c681f92 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3368d810-e105-453d-9a1a-04c98c681f92 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-3368d810-e105-453d-9a1a-04c98c681f92"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3368d810-e105-453d-9a1a-04c98c681f92"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3368d810-e105-453d-9a1a-04c98c681f92"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3368d810-e105-453d-9a1a-04c98c681f92"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3368d810-e105-453d-9a1a-04c98c681f92"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3368d810-e105-453d-9a1a-04c98c681f92"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3368d810-e105-453d-9a1a-04c98c681f92"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-6abdf092-7d4c-4067-b716-111692137fa9 {
  max-width: 1707px;
text-align: center;
}








#s-6abdf092-7d4c-4067-b716-111692137fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-798be2d5-aa3b-4503-b60d-73c325c994d7 {
  margin-top: 100px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
max-width: 340px;
text-align: center;
}

#s-798be2d5-aa3b-4503-b60d-73c325c994d7 .shogun-heading-component h1 {
  color: rgba(70, 141, 81, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


#s-798be2d5-aa3b-4503-b60d-73c325c994d7 .shogun-heading-component h1 a {
  color: rgba(70, 141, 81, 1);
}


#s-d3f3f6ce-ac04-45e4-9e6b-d7c6e64ce48a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 340px;
}

#s-1f71a0a7-19c2-495d-9950-5365d1d59ade {
  border-style: solid;
margin-top: 40px;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-1f71a0a7-19c2-495d-9950-5365d1d59ade:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1f71a0a7-19c2-495d-9950-5365d1d59ade:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1f71a0a7-19c2-495d-9950-5365d1d59ade-root {
    text-align: center;
  }


#s-1f71a0a7-19c2-495d-9950-5365d1d59ade.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f71a0a7-19c2-495d-9950-5365d1d59ade-root {
    text-align: center;
  }


#s-1f71a0a7-19c2-495d-9950-5365d1d59ade.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f71a0a7-19c2-495d-9950-5365d1d59ade-root {
    text-align: center;
  }


#s-1f71a0a7-19c2-495d-9950-5365d1d59ade.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f71a0a7-19c2-495d-9950-5365d1d59ade-root {
    text-align: center;
  }


#s-1f71a0a7-19c2-495d-9950-5365d1d59ade.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f71a0a7-19c2-495d-9950-5365d1d59ade-root {
    text-align: center;
  }


#s-1f71a0a7-19c2-495d-9950-5365d1d59ade.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-91505595-cc84-4d15-a96f-2c632517f979 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91505595-cc84-4d15-a96f-2c632517f979 .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f83ce06a-21ec-4107-ba03-d591f03f789a {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-f83ce06a-21ec-4107-ba03-d591f03f789a .shg-dynamic-column-count {
  grid-template-columns: repeat(4, 1fr);
}


#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a &gt; .swiper-button-prev,
#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a &gt; .swiper-button-next {
  
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a &gt; .swiper-button-prev svg,
#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a &gt; .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a &gt; .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a &gt; .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a &gt; .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-f83ce06a-21ec-4107-ba03-d591f03f789a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-0a2eaa05-61fc-4427-8ef0-ccaba34fdbc8 {
  margin-left: auto;
margin-right: auto;
}

#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c02425b9-fd3e-4b9a-a78e-cb4f84409a3a img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ca8010b0-dbe5-4bea-aed3-cbd77f167918 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca8010b0-dbe5-4bea-aed3-cbd77f167918 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-edbf2a73-68c2-47e5-a531-c18ddfa55366 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-edbf2a73-68c2-47e5-a531-c18ddfa55366 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-edbf2a73-68c2-47e5-a531-c18ddfa55366 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-edbf2a73-68c2-47e5-a531-c18ddfa55366 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-523c13f8-e2e4-481a-91c6-134bd59f4926:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-523c13f8-e2e4-481a-91c6-134bd59f4926:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-523c13f8-e2e4-481a-91c6-134bd59f4926-atc-btn-wrapper {
    text-align: center;
  }


#s-523c13f8-e2e4-481a-91c6-134bd59f4926 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-523c13f8-e2e4-481a-91c6-134bd59f4926-atc-btn-wrapper {
    text-align: center;
  }


#s-523c13f8-e2e4-481a-91c6-134bd59f4926 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-523c13f8-e2e4-481a-91c6-134bd59f4926-atc-btn-wrapper {
    text-align: center;
  }


#s-523c13f8-e2e4-481a-91c6-134bd59f4926 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-523c13f8-e2e4-481a-91c6-134bd59f4926-atc-btn-wrapper {
    text-align: center;
  }


#s-523c13f8-e2e4-481a-91c6-134bd59f4926 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-523c13f8-e2e4-481a-91c6-134bd59f4926-atc-btn-wrapper {
    text-align: center;
  }


#s-523c13f8-e2e4-481a-91c6-134bd59f4926 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-523c13f8-e2e4-481a-91c6-134bd59f4926.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a5bfdeb2-ee36-4c1c-a63a-42085966c2bd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c377be02-ef32-4871-aeae-5e73271e955b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c377be02-ef32-4871-aeae-5e73271e955b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3b74fe63-3499-49bd-abc7-d7c613477545 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b74fe63-3499-49bd-abc7-d7c613477545 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-974f63ef-d630-4d7c-a37c-4e1c86cf02b6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-974f63ef-d630-4d7c-a37c-4e1c86cf02b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-974f63ef-d630-4d7c-a37c-4e1c86cf02b6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-974f63ef-d630-4d7c-a37c-4e1c86cf02b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8528a1fd-213a-4889-be87-4ed3b696c98f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8528a1fd-213a-4889-be87-4ed3b696c98f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8528a1fd-213a-4889-be87-4ed3b696c98f-atc-btn-wrapper {
    text-align: center;
  }


#s-8528a1fd-213a-4889-be87-4ed3b696c98f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8528a1fd-213a-4889-be87-4ed3b696c98f-atc-btn-wrapper {
    text-align: center;
  }


#s-8528a1fd-213a-4889-be87-4ed3b696c98f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8528a1fd-213a-4889-be87-4ed3b696c98f-atc-btn-wrapper {
    text-align: center;
  }


#s-8528a1fd-213a-4889-be87-4ed3b696c98f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8528a1fd-213a-4889-be87-4ed3b696c98f-atc-btn-wrapper {
    text-align: center;
  }


#s-8528a1fd-213a-4889-be87-4ed3b696c98f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8528a1fd-213a-4889-be87-4ed3b696c98f-atc-btn-wrapper {
    text-align: center;
  }


#s-8528a1fd-213a-4889-be87-4ed3b696c98f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-8528a1fd-213a-4889-be87-4ed3b696c98f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7ab40952-a95e-4ac1-9f53-0816681e2c0a {
  margin-left: auto;
margin-right: auto;
}

#s-34115201-9db1-4556-824a-010b99b14fa7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-34115201-9db1-4556-824a-010b99b14fa7 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-39ccd22f-8e8b-4cf7-89db-bfaf3faec094 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39ccd22f-8e8b-4cf7-89db-bfaf3faec094 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-bab8e84e-2d37-472d-9f68-6331811ed7a7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bab8e84e-2d37-472d-9f68-6331811ed7a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-bab8e84e-2d37-472d-9f68-6331811ed7a7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-bab8e84e-2d37-472d-9f68-6331811ed7a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b7b111bf-6670-417a-babd-a37e43321c67:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7b111bf-6670-417a-babd-a37e43321c67:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b7b111bf-6670-417a-babd-a37e43321c67-atc-btn-wrapper {
    text-align: center;
  }


#s-b7b111bf-6670-417a-babd-a37e43321c67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b7b111bf-6670-417a-babd-a37e43321c67-atc-btn-wrapper {
    text-align: center;
  }


#s-b7b111bf-6670-417a-babd-a37e43321c67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7b111bf-6670-417a-babd-a37e43321c67-atc-btn-wrapper {
    text-align: center;
  }


#s-b7b111bf-6670-417a-babd-a37e43321c67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b7b111bf-6670-417a-babd-a37e43321c67-atc-btn-wrapper {
    text-align: center;
  }


#s-b7b111bf-6670-417a-babd-a37e43321c67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b7b111bf-6670-417a-babd-a37e43321c67-atc-btn-wrapper {
    text-align: center;
  }


#s-b7b111bf-6670-417a-babd-a37e43321c67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b7b111bf-6670-417a-babd-a37e43321c67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f94a76ff-47c4-4769-9870-3f7030f40341 {
  margin-left: auto;
margin-right: auto;
}

#s-0a61fba4-6489-4770-af13-2b139266d5b5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0a61fba4-6489-4770-af13-2b139266d5b5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6a4dcbb0-6b05-44e9-99ee-0c8b696faf5f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a4dcbb0-6b05-44e9-99ee-0c8b696faf5f .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-7f6508bd-eb6f-4af5-8ab4-1b07383efede {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7f6508bd-eb6f-4af5-8ab4-1b07383efede .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-7f6508bd-eb6f-4af5-8ab4-1b07383efede .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-7f6508bd-eb6f-4af5-8ab4-1b07383efede .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8-atc-btn-wrapper {
    text-align: center;
  }


#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8-atc-btn-wrapper {
    text-align: center;
  }


#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8-atc-btn-wrapper {
    text-align: center;
  }


#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8-atc-btn-wrapper {
    text-align: center;
  }


#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8-atc-btn-wrapper {
    text-align: center;
  }


#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-68ecb152-2b2a-4d30-ba1a-86f5abe7a4c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b {
  border-style: solid;
margin-top: 60px;
margin-bottom: 40px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b-root {
    text-align: center;
  }


#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b-root {
    text-align: center;
  }


#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b-root {
    text-align: center;
  }


#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b-root {
    text-align: center;
  }


#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b-root {
    text-align: center;
  }


#s-e1c57b58-fdf8-4e2a-b70a-61fdfb8c776b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-82ee53d2-dfcb-4c6d-8db2-56e3ab2d25bc"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-92e114c5-3f77-41ea-976d-47c98f199e92 {
  text-align: center;
}







  #s-92e114c5-3f77-41ea-976d-47c98f199e92 img.shogun-image {
    

    
    
    
  }


#s-92e114c5-3f77-41ea-976d-47c98f199e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c296ffb-d517-45b8-8d77-5c45875a77d2 {
  margin-top: 18%;
margin-left: auto;
margin-right: auto;
}

#s-58a4c3d6-fc10-45da-a25d-9cb94fdedccc {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 10px;
max-width: 340px;
text-align: center;
}

#s-58a4c3d6-fc10-45da-a25d-9cb94fdedccc .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}



#s-26141389-53f2-4e00-8cb5-5a5dd3195c6a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 340px;
}

#s-218329e3-9b89-4709-9f5a-1e9203ebf5d2 {
  padding-left: 25px;
}
@media (max-width: 767px){#s-218329e3-9b89-4709-9f5a-1e9203ebf5d2 {
  padding-left: 0px;
}
}
@media (min-width: 0px) {
[id="s-218329e3-9b89-4709-9f5a-1e9203ebf5d2"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-218329e3-9b89-4709-9f5a-1e9203ebf5d2"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-218329e3-9b89-4709-9f5a-1e9203ebf5d2"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-218329e3-9b89-4709-9f5a-1e9203ebf5d2"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53 {
  border-style: solid;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 60px;
margin-right: 5%;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
display: none;
}
#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53, #wrap-s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53 { display: none !important; }#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53-root {
    text-align: right;
  }


#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53-root {
    text-align: right;
  }


#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53-root {
    text-align: right;
  }


#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53-root {
    text-align: right;
  }


#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53-root {
    text-align: center;
  }


#s-ea15d12d-40e1-4ce1-a569-4cc6fba37f53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 {
  border-style: solid;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 60px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 {
  display: none;
}
#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9, #wrap-s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 {
  display: none;
}
#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9, #wrap-s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 {
  display: none;
}
#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9, #wrap-s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 { display: none !important; }}@media (max-width: 767px){#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9-root {
    text-align: right;
  }


#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9-root {
    text-align: right;
  }


#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9-root {
    text-align: right;
  }


#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9-root {
    text-align: right;
  }


#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9-root {
    text-align: center;
  }


#s-52ebdaa0-dbc7-42c1-954f-5a15246e17d9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 60px;
margin-right: 50%;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
display: none;
}
#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8, #wrap-s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8 { display: none !important; }#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8-root {
    text-align: center;
  }


#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8-root {
    text-align: center;
  }


#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8-root {
    text-align: center;
  }


#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8-root {
    text-align: center;
  }


#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8-root {
    text-align: center;
  }


#s-8f5cffe9-4ca9-4682-9dc8-8f3783fe62a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 {
  border-style: solid;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 60px;
margin-right: 0%;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 {
  display: none;
}
#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8, #wrap-s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 {
  display: none;
}
#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8, #wrap-s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 {
  display: none;
}
#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8, #wrap-s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 { display: none !important; }}@media (max-width: 767px){#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8-root {
    text-align: center;
  }


#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8-root {
    text-align: center;
  }


#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8-root {
    text-align: center;
  }


#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8-root {
    text-align: center;
  }


#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8-root {
    text-align: center;
  }


#s-9716f7af-c5ed-4509-a605-5ea8e0fcc5e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f783e74c-78ea-487e-a900-eff199c8c641 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f783e74c-78ea-487e-a900-eff199c8c641"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

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

.shg-image-content-wrapper {
  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;
  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;
  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&gt;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&gt;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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  margin-top: 100px;
margin-left: 15%;
margin-right: 15%;
padding-left: 0%;
padding-right: 0%;
max-width: 2048px;
aspect-ratio: 2048/367;
text-align: center;
}



.shg-image-margin-container-s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 100px;
  
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }

    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-link {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
      --shg-aspect-ratio: calc(2048/367); 
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
      position: relative;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  
  
  
  
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }

    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-link {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
      --shg-aspect-ratio: calc(2048/367); 
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
      position: relative;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  
  
  
  
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }

    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-link {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
      --shg-aspect-ratio: calc(2048/367); 
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
      position: relative;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  
  
  
  
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }

    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-link {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
      --shg-aspect-ratio: calc(2048/367); 
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
      position: relative;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  
  
  
  
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }

    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-link {
      aspect-ratio: 2048/367;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 {
      --shg-aspect-ratio: calc(2048/367); 
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container {
      position: relative;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc069c9a-ad87-4c8b-bbb4-16d1e1ec3005 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-79d4891d-b2ac-4b19-8486-45160fa13e23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 290px;
}

#s-b0c06eee-5906-4226-95f6-aac9622b7124 {
  border-style: solid;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-b0c06eee-5906-4226-95f6-aac9622b7124:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b0c06eee-5906-4226-95f6-aac9622b7124:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 30px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0c06eee-5906-4226-95f6-aac9622b7124-root {
    text-align: center;
  }


#s-b0c06eee-5906-4226-95f6-aac9622b7124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0c06eee-5906-4226-95f6-aac9622b7124-root {
    text-align: center;
  }


#s-b0c06eee-5906-4226-95f6-aac9622b7124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0c06eee-5906-4226-95f6-aac9622b7124-root {
    text-align: center;
  }


#s-b0c06eee-5906-4226-95f6-aac9622b7124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0c06eee-5906-4226-95f6-aac9622b7124-root {
    text-align: center;
  }


#s-b0c06eee-5906-4226-95f6-aac9622b7124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0c06eee-5906-4226-95f6-aac9622b7124-root {
    text-align: center;
  }


#s-b0c06eee-5906-4226-95f6-aac9622b7124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-b0c06eee-5906-4226-95f6-aac9622b7124-root {
    text-align: center;
  }


#s-b0c06eee-5906-4226-95f6-aac9622b7124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c619e5e0-7b68-462b-a38b-e3068325674f {
  max-width: 1707px;
aspect-ratio: 1707/1080;
text-align: center;
}





  #s-c619e5e0-7b68-462b-a38b-e3068325674f img.shogun-image,
  #s-c619e5e0-7b68-462b-a38b-e3068325674f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c619e5e0-7b68-462b-a38b-e3068325674f {
    width: 100%;
    height: auto;
  }



  #s-c619e5e0-7b68-462b-a38b-e3068325674f img.shogun-image {
    

    
    
    
  }


#s-c619e5e0-7b68-462b-a38b-e3068325674f .shogun-image-content {
  
    align-items: center;
  
}

#s-afc25267-fd34-4343-93b6-940a286d533b {
  margin-top: 80px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afc25267-fd34-4343-93b6-940a286d533b .shogun-heading-component h1 {
  color: rgba(32, 78, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5a98b0d0-9c8f-417d-941a-2954025c1baa {
  margin-left: auto;
margin-right: auto;
max-width: 640px;
}

#s-499295cb-08ff-48af-bdd3-2ae458a0ab03 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-d49f242a-0ebe-4dca-94dc-5aee57789593 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 100px;
padding-top: 13px;
padding-left: 25px;
padding-bottom: 13px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 31px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d49f242a-0ebe-4dca-94dc-5aee57789593:hover {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d49f242a-0ebe-4dca-94dc-5aee57789593:active {background-color: rgba(32, 78, 156, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d49f242a-0ebe-4dca-94dc-5aee57789593-root {
    text-align: center;
  }


#s-d49f242a-0ebe-4dca-94dc-5aee57789593.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d49f242a-0ebe-4dca-94dc-5aee57789593-root {
    text-align: center;
  }


#s-d49f242a-0ebe-4dca-94dc-5aee57789593.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d49f242a-0ebe-4dca-94dc-5aee57789593-root {
    text-align: center;
  }


#s-d49f242a-0ebe-4dca-94dc-5aee57789593.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d49f242a-0ebe-4dca-94dc-5aee57789593-root {
    text-align: center;
  }


#s-d49f242a-0ebe-4dca-94dc-5aee57789593.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d49f242a-0ebe-4dca-94dc-5aee57789593-root {
    text-align: center;
  }


#s-d49f242a-0ebe-4dca-94dc-5aee57789593.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6b74978b-33b5-4cdf-8655-a1a9b0fcfdac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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 --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
</pre></body></html>