.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

#s-f38f983b-cb6f-489a-b057-450230ba475f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f38f983b-cb6f-489a-b057-450230ba475f {
  display: none;
}
#s-f38f983b-cb6f-489a-b057-450230ba475f, #wrap-s-f38f983b-cb6f-489a-b057-450230ba475f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f38f983b-cb6f-489a-b057-450230ba475f {
  display: none;
}
#s-f38f983b-cb6f-489a-b057-450230ba475f, #wrap-s-f38f983b-cb6f-489a-b057-450230ba475f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f38f983b-cb6f-489a-b057-450230ba475f {
  
}
}@media (max-width: 767px){#s-f38f983b-cb6f-489a-b057-450230ba475f {
  
}
}







#s-f38f983b-cb6f-489a-b057-450230ba475f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f38f983b-cb6f-489a-b057-450230ba475f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-2ebca8a1-d337-4c0e-8ec7-3d54cdd7f4d9 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2ebca8a1-d337-4c0e-8ec7-3d54cdd7f4d9 {
  display: none;
}
#s-2ebca8a1-d337-4c0e-8ec7-3d54cdd7f4d9, #wrap-s-2ebca8a1-d337-4c0e-8ec7-3d54cdd7f4d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ebca8a1-d337-4c0e-8ec7-3d54cdd7f4d9 {
  display: none;
}
#s-2ebca8a1-d337-4c0e-8ec7-3d54cdd7f4d9, #wrap-s-2ebca8a1-d337-4c0e-8ec7-3d54cdd7f4d9 { display:none !important; }}
.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-296c29d0-b9c1-453d-86d4-f86d15656d32 {
  text-align: center;
}




  #s-296c29d0-b9c1-453d-86d4-f86d15656d32 img.shogun-image {
    
    width: px;
  }


#s-296c29d0-b9c1-453d-86d4-f86d15656d32 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f3d1048b-9f34-43d9-9bc5-dc97280b759f {
  text-align: center;
}




  #s-f3d1048b-9f34-43d9-9bc5-dc97280b759f img.shogun-image {
    
    width: px;
  }


#s-f3d1048b-9f34-43d9-9bc5-dc97280b759f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bfe704b0-c9a8-4715-9482-b4249007ddf5 {
  text-align: center;
}




  #s-bfe704b0-c9a8-4715-9482-b4249007ddf5 img.shogun-image {
    
    width: px;
  }


#s-bfe704b0-c9a8-4715-9482-b4249007ddf5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-434a42da-e586-4ab7-b820-61286ffe1c21 {
  text-align: center;
}




  #s-434a42da-e586-4ab7-b820-61286ffe1c21 img.shogun-image {
    
    width: px;
  }


#s-434a42da-e586-4ab7-b820-61286ffe1c21 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cccb7af9-abe9-48ca-a800-6267d39b255e {
  text-align: center;
}




  #s-cccb7af9-abe9-48ca-a800-6267d39b255e img.shogun-image {
    
    width: px;
  }


#s-cccb7af9-abe9-48ca-a800-6267d39b255e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-78c46118-930d-4de9-aff0-a27a798e880a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-78c46118-930d-4de9-aff0-a27a798e880a {
  display: none;
}
#s-78c46118-930d-4de9-aff0-a27a798e880a, #wrap-s-78c46118-930d-4de9-aff0-a27a798e880a { display:none !important; }}@media (max-width: 767px){#s-78c46118-930d-4de9-aff0-a27a798e880a {
  display: none;
}
#s-78c46118-930d-4de9-aff0-a27a798e880a, #wrap-s-78c46118-930d-4de9-aff0-a27a798e880a { display:none !important; }}







#s-78c46118-930d-4de9-aff0-a27a798e880a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c46118-930d-4de9-aff0-a27a798e880a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-26338a62-87df-4030-8868-52c244113804 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-26338a62-87df-4030-8868-52c244113804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26338a62-87df-4030-8868-52c244113804.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 8px;
}
@media (min-width: 1200px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  display: none;
}
#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63, #wrap-s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 { display:none !important; }}@media (max-width: 767px){#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 {
  display: none;
}
#s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63, #wrap-s-82cb4b1b-3534-4507-9be6-6dd0e85a2e63 { display:none !important; }}
#s-5337bd14-0617-4a08-852a-d0249d07b4d5 {
  text-align: center;
}




  #s-5337bd14-0617-4a08-852a-d0249d07b4d5 img.shogun-image {
    
    width: px;
  }


#s-5337bd14-0617-4a08-852a-d0249d07b4d5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d2555f6f-57c8-4f24-b7b0-c1be84c9d4a8 {
  text-align: center;
}




  #s-d2555f6f-57c8-4f24-b7b0-c1be84c9d4a8 img.shogun-image {
    
    width: px;
  }


#s-d2555f6f-57c8-4f24-b7b0-c1be84c9d4a8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-36c54c51-0c2c-4907-8a19-343ed65393dd {
  text-align: center;
}




  #s-36c54c51-0c2c-4907-8a19-343ed65393dd img.shogun-image {
    
    width: px;
  }


#s-36c54c51-0c2c-4907-8a19-343ed65393dd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bcf66175-3ff8-4008-b78e-342503eba30c {
  text-align: center;
}




  #s-bcf66175-3ff8-4008-b78e-342503eba30c img.shogun-image {
    
    width: px;
  }


#s-bcf66175-3ff8-4008-b78e-342503eba30c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4c7e3314-b623-444c-a125-24dce0b170a2 {
  text-align: center;
}




  #s-4c7e3314-b623-444c-a125-24dce0b170a2 img.shogun-image {
    
    width: px;
  }


#s-4c7e3314-b623-444c-a125-24dce0b170a2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1ad74b39-3cc3-4e67-8e1d-b46f33e10515 {
  text-align: center;
}




  #s-1ad74b39-3cc3-4e67-8e1d-b46f33e10515 img.shogun-image {
    
    width: px;
  }


#s-1ad74b39-3cc3-4e67-8e1d-b46f33e10515 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b1a5b22c-ccfe-4767-b2d9-a9b5acc442ee {
  text-align: center;
}




  #s-b1a5b22c-ccfe-4767-b2d9-a9b5acc442ee img.shogun-image {
    
    width: px;
  }


#s-b1a5b22c-ccfe-4767-b2d9-a9b5acc442ee .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3d80b16b-7728-41c0-bf82-8e931d20932f {
  text-align: center;
}




  #s-3d80b16b-7728-41c0-bf82-8e931d20932f img.shogun-image {
    
    width: px;
  }


#s-3d80b16b-7728-41c0-bf82-8e931d20932f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-02c8e4c5-de70-42d2-8f25-d5daede903f9 {
  text-align: center;
}




  #s-02c8e4c5-de70-42d2-8f25-d5daede903f9 img.shogun-image {
    
    width: px;
  }


#s-02c8e4c5-de70-42d2-8f25-d5daede903f9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f3857006-467b-4f36-82ea-1ed563b4ccb1 {
  text-align: center;
}




  #s-f3857006-467b-4f36-82ea-1ed563b4ccb1 img.shogun-image {
    
    width: px;
  }


#s-f3857006-467b-4f36-82ea-1ed563b4ccb1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4d4ec863-950d-493d-ab7a-f476a6b63f5a {
  text-align: center;
}




  #s-4d4ec863-950d-493d-ab7a-f476a6b63f5a img.shogun-image {
    
    width: px;
  }


#s-4d4ec863-950d-493d-ab7a-f476a6b63f5a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3928332d-f26d-4e63-8c42-bbfeb6837787 {
  text-align: center;
}




  #s-3928332d-f26d-4e63-8c42-bbfeb6837787 img.shogun-image {
    
    width: px;
  }


#s-3928332d-f26d-4e63-8c42-bbfeb6837787 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-142538b5-d35c-4ed0-951c-a6b197eb200b {
  text-align: center;
}




  #s-142538b5-d35c-4ed0-951c-a6b197eb200b img.shogun-image {
    
    width: px;
  }


#s-142538b5-d35c-4ed0-951c-a6b197eb200b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5a876b57-ac4c-41e7-9f89-b6765a01dcc3 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-5a876b57-ac4c-41e7-9f89-b6765a01dcc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a876b57-ac4c-41e7-9f89-b6765a01dcc3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: 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;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-72ea7abe-2380-4a7e-a27f-357c372cc494 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-72ea7abe-2380-4a7e-a27f-357c372cc494 {
  display: none;
}
#s-72ea7abe-2380-4a7e-a27f-357c372cc494, #wrap-s-72ea7abe-2380-4a7e-a27f-357c372cc494 { display:none !important; }}@media (max-width: 767px){#s-72ea7abe-2380-4a7e-a27f-357c372cc494 {
  display: none;
}
#s-72ea7abe-2380-4a7e-a27f-357c372cc494, #wrap-s-72ea7abe-2380-4a7e-a27f-357c372cc494 { display:none !important; }}
#s-72ea7abe-2380-4a7e-a27f-357c372cc494 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b84d30a4-1b3b-443d-850b-ae77e3e87cd6 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b84d30a4-1b3b-443d-850b-ae77e3e87cd6 {
  display: none;
}
#s-b84d30a4-1b3b-443d-850b-ae77e3e87cd6, #wrap-s-b84d30a4-1b3b-443d-850b-ae77e3e87cd6 { display:none !important; }}
#s-b84d30a4-1b3b-443d-850b-ae77e3e87cd6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

#s-7c81b595-7b06-4c11-96ac-1da85f1d35b7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 15px;
padding-left: 17%;
padding-bottom: 15px;
padding-right: 17%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7c81b595-7b06-4c11-96ac-1da85f1d35b7 {
  
}
}@media (max-width: 767px){#s-7c81b595-7b06-4c11-96ac-1da85f1d35b7 {
  display: none;
}
#s-7c81b595-7b06-4c11-96ac-1da85f1d35b7, #wrap-s-7c81b595-7b06-4c11-96ac-1da85f1d35b7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-7c81b595-7b06-4c11-96ac-1da85f1d35b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-62dd3837-993a-47a1-9628-1746bc1734a8 {
  max-width: 150px;
text-align: center;
}




  #s-62dd3837-993a-47a1-9628-1746bc1734a8 img.shogun-image {
    
    width: px;
  }


#s-62dd3837-993a-47a1-9628-1746bc1734a8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-07b77ecf-04c4-4865-abbf-7cf63be76fbc {
  max-width: 150px;
text-align: center;
}




  #s-07b77ecf-04c4-4865-abbf-7cf63be76fbc img.shogun-image {
    
    width: px;
  }


#s-07b77ecf-04c4-4865-abbf-7cf63be76fbc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-799e18c4-686d-4528-8682-47f0281febff {
  max-width: 150px;
text-align: center;
}




  #s-799e18c4-686d-4528-8682-47f0281febff img.shogun-image {
    
    width: px;
  }


#s-799e18c4-686d-4528-8682-47f0281febff .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a6b6fc31-172f-4652-bfce-d4725b69413a {
  max-width: 150px;
text-align: center;
}




  #s-a6b6fc31-172f-4652-bfce-d4725b69413a img.shogun-image {
    
    width: px;
  }


#s-a6b6fc31-172f-4652-bfce-d4725b69413a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 {
  display: none;
}
#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7, #wrap-s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 {
  display: none;
}
#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7, #wrap-s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 {
  display: none;
}
#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7, #wrap-s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 { display:none !important; }}@media (max-width: 767px){#s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7 {
  
}
}
@media (min-width: 0px) {
[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0b85ce5c-df2e-4979-a07b-c71c8c906ba7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-43727a50-6f9a-44e5-983b-37b9c9166a6e {
  max-width: 100px;
text-align: center;
}




  #s-43727a50-6f9a-44e5-983b-37b9c9166a6e img.shogun-image {
    
    width: px;
  }


#s-43727a50-6f9a-44e5-983b-37b9c9166a6e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e38aecd5-7d04-4555-b62b-1cb7b29eb33c {
  max-width: 100px;
text-align: center;
}




  #s-e38aecd5-7d04-4555-b62b-1cb7b29eb33c img.shogun-image {
    
    width: px;
  }


#s-e38aecd5-7d04-4555-b62b-1cb7b29eb33c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9080f0b2-a3d6-4f34-8fca-3971bc37f664 {
  max-width: 100px;
text-align: center;
}




  #s-9080f0b2-a3d6-4f34-8fca-3971bc37f664 img.shogun-image {
    
    width: px;
  }


#s-9080f0b2-a3d6-4f34-8fca-3971bc37f664 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0772b41f-6f99-4abf-ade2-c45ac914306b {
  max-width: 100px;
text-align: center;
}




  #s-0772b41f-6f99-4abf-ade2-c45ac914306b img.shogun-image {
    
    width: px;
  }


#s-0772b41f-6f99-4abf-ade2-c45ac914306b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c429f83b-569d-4857-9d53-17f2a8412e72 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c429f83b-569d-4857-9d53-17f2a8412e72 {
  display: none;
}
#s-c429f83b-569d-4857-9d53-17f2a8412e72, #wrap-s-c429f83b-569d-4857-9d53-17f2a8412e72 { display:none !important; }}@media (max-width: 767px){#s-c429f83b-569d-4857-9d53-17f2a8412e72 {
  display: none;
}
#s-c429f83b-569d-4857-9d53-17f2a8412e72, #wrap-s-c429f83b-569d-4857-9d53-17f2a8412e72 { display:none !important; }}
#s-c429f83b-569d-4857-9d53-17f2a8412e72 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a1c4151a-dc37-4889-a135-9a80f4ae2424 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 40px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a1c4151a-dc37-4889-a135-9a80f4ae2424 {
  display: none;
}
#s-a1c4151a-dc37-4889-a135-9a80f4ae2424, #wrap-s-a1c4151a-dc37-4889-a135-9a80f4ae2424 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1c4151a-dc37-4889-a135-9a80f4ae2424 {
  display: none;
}
#s-a1c4151a-dc37-4889-a135-9a80f4ae2424, #wrap-s-a1c4151a-dc37-4889-a135-9a80f4ae2424 { display:none !important; }}
#s-a1c4151a-dc37-4889-a135-9a80f4ae2424 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b51d0aa7-e422-4f86-a176-a03ab95be27a {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b51d0aa7-e422-4f86-a176-a03ab95be27a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-57987b41-0440-40cd-906f-f997e4afd570 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-left: 0px;
min-height: 0px;
max-width: px;
text-align: center;
}


#s-57987b41-0440-40cd-906f-f997e4afd570 .shogun-image-overlay p {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-57987b41-0440-40cd-906f-f997e4afd570 img.shogun-image {
    
    width: px;
  }


#s-57987b41-0440-40cd-906f-f997e4afd570 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-856281da-8044-433c-bdb0-2c4d7369cb50 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}


#s-856281da-8044-433c-bdb0-2c4d7369cb50 .shogun-image-overlay p {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-856281da-8044-433c-bdb0-2c4d7369cb50 img.shogun-image {
    
    width: px;
  }


#s-856281da-8044-433c-bdb0-2c4d7369cb50 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e3673f66-e075-4111-8a08-8d1a13a6af93 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e3673f66-e075-4111-8a08-8d1a13a6af93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e95061a1-edbd-4d92-99cd-4a9239a67206 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-left: 0px;
min-height: 0px;
text-align: center;
}


#s-e95061a1-edbd-4d92-99cd-4a9239a67206 .shogun-image-overlay p {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-e95061a1-edbd-4d92-99cd-4a9239a67206 img.shogun-image {
    
    width: px;
  }


#s-e95061a1-edbd-4d92-99cd-4a9239a67206 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 0px;
text-align: center;
}


#s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 .shogun-image-overlay p {
  font-size: 43px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 img.shogun-image {
    
    width: px;
  }


#s-2779ca7f-7d25-4a8e-a35e-23db37a6ec90 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8781318b-8f4c-44f0-a5b2-b40f413d8d8d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 55px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8781318b-8f4c-44f0-a5b2-b40f413d8d8d {
  display: none;
}
#s-8781318b-8f4c-44f0-a5b2-b40f413d8d8d, #wrap-s-8781318b-8f4c-44f0-a5b2-b40f413d8d8d { display:none !important; }}
#s-8781318b-8f4c-44f0-a5b2-b40f413d8d8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  display: none;
}
#s-546f823f-d5ea-4942-8898-5aa5a650dfda, #wrap-s-546f823f-d5ea-4942-8898-5aa5a650dfda { display:none !important; }}@media (max-width: 767px){#s-546f823f-d5ea-4942-8898-5aa5a650dfda {
  display: none;
}
#s-546f823f-d5ea-4942-8898-5aa5a650dfda, #wrap-s-546f823f-d5ea-4942-8898-5aa5a650dfda { display:none !important; }}
#s-546f823f-d5ea-4942-8898-5aa5a650dfda .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8486b755-e2fb-4457-a048-d149aaefca89 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}


#s-8486b755-e2fb-4457-a048-d149aaefca89 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-8486b755-e2fb-4457-a048-d149aaefca89 img.shogun-image {
    
    width: px;
  }


#s-8486b755-e2fb-4457-a048-d149aaefca89 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-466fb63d-a3bd-4158-9cb6-960eb668dd4a {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-466fb63d-a3bd-4158-9cb6-960eb668dd4a {
  display: none;
}
#s-466fb63d-a3bd-4158-9cb6-960eb668dd4a, #wrap-s-466fb63d-a3bd-4158-9cb6-960eb668dd4a { display:none !important; }}@media (max-width: 767px){#s-466fb63d-a3bd-4158-9cb6-960eb668dd4a {
  display: none;
}
#s-466fb63d-a3bd-4158-9cb6-960eb668dd4a, #wrap-s-466fb63d-a3bd-4158-9cb6-960eb668dd4a { display:none !important; }}







#s-466fb63d-a3bd-4158-9cb6-960eb668dd4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466fb63d-a3bd-4158-9cb6-960eb668dd4a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9994c844-6d2f-4dbd-8843-56562b148995 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9994c844-6d2f-4dbd-8843-56562b148995 {
  display: none;
}
#s-9994c844-6d2f-4dbd-8843-56562b148995, #wrap-s-9994c844-6d2f-4dbd-8843-56562b148995 { display:none !important; }}@media (max-width: 767px){#s-9994c844-6d2f-4dbd-8843-56562b148995 {
  display: none;
}
#s-9994c844-6d2f-4dbd-8843-56562b148995, #wrap-s-9994c844-6d2f-4dbd-8843-56562b148995 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9994c844-6d2f-4dbd-8843-56562b148995"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-1ff23b52-2741-42ac-8197-1af47c4ca042 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1ff23b52-2741-42ac-8197-1af47c4ca042 {
  display: none;
}
#s-1ff23b52-2741-42ac-8197-1af47c4ca042, #wrap-s-1ff23b52-2741-42ac-8197-1af47c4ca042 { display:none !important; }}@media (max-width: 767px){#s-1ff23b52-2741-42ac-8197-1af47c4ca042 {
  display: none;
}
#s-1ff23b52-2741-42ac-8197-1af47c4ca042, #wrap-s-1ff23b52-2741-42ac-8197-1af47c4ca042 { display:none !important; }}







#s-1ff23b52-2741-42ac-8197-1af47c4ca042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ff23b52-2741-42ac-8197-1af47c4ca042.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d55de28d-0395-419e-b9b9-34a2637ea250 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d55de28d-0395-419e-b9b9-34a2637ea250 .shogun-heading-component h1 {
  color: rgba(172, 130, 83, 1);
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f750d31d-2483-4e49-92bf-2f99c58f2563 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f750d31d-2483-4e49-92bf-2f99c58f2563 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c25af647-45af-4ef7-996e-9991cc875ea1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-1f305351-3d82-4862-88dc-b7f84c5f3c79 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f305351-3d82-4862-88dc-b7f84c5f3c79 {
  display: none;
}
#s-1f305351-3d82-4862-88dc-b7f84c5f3c79, #wrap-s-1f305351-3d82-4862-88dc-b7f84c5f3c79 { display:none !important; }}@media (max-width: 767px){#s-1f305351-3d82-4862-88dc-b7f84c5f3c79 {
  display: none;
}
#s-1f305351-3d82-4862-88dc-b7f84c5f3c79, #wrap-s-1f305351-3d82-4862-88dc-b7f84c5f3c79 { display:none !important; }}







#s-1f305351-3d82-4862-88dc-b7f84c5f3c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f305351-3d82-4862-88dc-b7f84c5f3c79.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cd4c6e81-2de3-4d59-bd2a-0b5127a5fe56 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 70px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cd4c6e81-2de3-4d59-bd2a-0b5127a5fe56 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  display: none;
}
#s-54266791-04ef-4ba2-b710-dd4babcb1c78, #wrap-s-54266791-04ef-4ba2-b710-dd4babcb1c78 { display:none !important; }}@media (max-width: 767px){#s-54266791-04ef-4ba2-b710-dd4babcb1c78 {
  display: none;
}
#s-54266791-04ef-4ba2-b710-dd4babcb1c78, #wrap-s-54266791-04ef-4ba2-b710-dd4babcb1c78 { display:none !important; }}
#s-54266791-04ef-4ba2-b710-dd4babcb1c78 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bdd8daa7-37ec-4ec9-8ccd-c63ad41bf0bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 img.shogun-image {
    
    width: px;
  }


#s-e74b55f8-a25e-48ad-ad3d-3a866d7adc43 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a6f301fb-e430-4f03-aef4-3a63b044f51d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-a6f301fb-e430-4f03-aef4-3a63b044f51d .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-a6f301fb-e430-4f03-aef4-3a63b044f51d img.shogun-image {
    
    width: px;
  }


#s-a6f301fb-e430-4f03-aef4-3a63b044f51d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f422cca6-c640-47b6-ac66-cfc8d67f25a5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f422cca6-c640-47b6-ac66-cfc8d67f25a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd img.shogun-image {
    
    width: px;
  }


#s-736fdbd4-5af6-40ae-b8f2-bd052cd46edd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-213f26ae-bf76-4931-acc7-38242d3a41d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-213f26ae-bf76-4931-acc7-38242d3a41d0 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-213f26ae-bf76-4931-acc7-38242d3a41d0 img.shogun-image {
    
    width: px;
  }


#s-213f26ae-bf76-4931-acc7-38242d3a41d0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-21a80d03-a10c-43aa-a170-90cc1164f573 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-21a80d03-a10c-43aa-a170-90cc1164f573 {
  display: none;
}
#s-21a80d03-a10c-43aa-a170-90cc1164f573, #wrap-s-21a80d03-a10c-43aa-a170-90cc1164f573 { display:none !important; }}@media (max-width: 767px){#s-21a80d03-a10c-43aa-a170-90cc1164f573 {
  display: none;
}
#s-21a80d03-a10c-43aa-a170-90cc1164f573, #wrap-s-21a80d03-a10c-43aa-a170-90cc1164f573 { display:none !important; }}
@media (min-width: 0px) {
[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-21a80d03-a10c-43aa-a170-90cc1164f573"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-62e54ebb-f340-4acf-a174-66f85c681db3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-62e54ebb-f340-4acf-a174-66f85c681db3 {
  display: none;
}
#s-62e54ebb-f340-4acf-a174-66f85c681db3, #wrap-s-62e54ebb-f340-4acf-a174-66f85c681db3 { display:none !important; }}@media (max-width: 767px){#s-62e54ebb-f340-4acf-a174-66f85c681db3 {
  display: none;
}
#s-62e54ebb-f340-4acf-a174-66f85c681db3, #wrap-s-62e54ebb-f340-4acf-a174-66f85c681db3 { display:none !important; }}







#s-62e54ebb-f340-4acf-a174-66f85c681db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62e54ebb-f340-4acf-a174-66f85c681db3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c31cd788-254d-4f4a-96ce-7ea26d1270ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c31cd788-254d-4f4a-96ce-7ea26d1270ad .shogun-heading-component h1 {
  color: rgba(172, 130, 83, 1);
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c146ddc-614f-4b38-b7d0-49569265aea6 {
  margin-left: 50px;
margin-right: 50px;
}

#s-5c146ddc-614f-4b38-b7d0-49569265aea6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d1da1e54-c443-4ff0-9fd0-6dfc820b8fd4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c0182e60-1090-4a47-a8e9-897af6a63298 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0182e60-1090-4a47-a8e9-897af6a63298 {
  display: none;
}
#s-c0182e60-1090-4a47-a8e9-897af6a63298, #wrap-s-c0182e60-1090-4a47-a8e9-897af6a63298 { display:none !important; }}@media (max-width: 767px){#s-c0182e60-1090-4a47-a8e9-897af6a63298 {
  display: none;
}
#s-c0182e60-1090-4a47-a8e9-897af6a63298, #wrap-s-c0182e60-1090-4a47-a8e9-897af6a63298 { display:none !important; }}







#s-c0182e60-1090-4a47-a8e9-897af6a63298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0182e60-1090-4a47-a8e9-897af6a63298.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e17d693a-a284-4884-9c0e-0f68ed7067bc {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 55px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e17d693a-a284-4884-9c0e-0f68ed7067bc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  display: none;
}
#s-cd097d4e-7aa0-413d-97f1-ceb10a365550, #wrap-s-cd097d4e-7aa0-413d-97f1-ceb10a365550 { display:none !important; }}@media (max-width: 767px){#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 {
  display: none;
}
#s-cd097d4e-7aa0-413d-97f1-ceb10a365550, #wrap-s-cd097d4e-7aa0-413d-97f1-ceb10a365550 { display:none !important; }}
#s-cd097d4e-7aa0-413d-97f1-ceb10a365550 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d4459249-1706-4b01-98cc-87b6afb157b2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d4459249-1706-4b01-98cc-87b6afb157b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7cf7f000-7498-4cae-82e3-b152403d260a {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-7cf7f000-7498-4cae-82e3-b152403d260a .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-7cf7f000-7498-4cae-82e3-b152403d260a img.shogun-image {
    
    width: px;
  }


#s-7cf7f000-7498-4cae-82e3-b152403d260a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-37f678b0-b939-4113-a2b3-a8c8ca1301fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-37f678b0-b939-4113-a2b3-a8c8ca1301fb .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-37f678b0-b939-4113-a2b3-a8c8ca1301fb img.shogun-image {
    
    width: px;
  }


#s-37f678b0-b939-4113-a2b3-a8c8ca1301fb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f75c926e-bb95-4858-8402-68f3267be404 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 15px;
padding-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f75c926e-bb95-4858-8402-68f3267be404"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0897d986-c0d6-4931-b52e-c024092a1e9a {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
text-align: center;
}


#s-0897d986-c0d6-4931-b52e-c024092a1e9a .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-0897d986-c0d6-4931-b52e-c024092a1e9a img.shogun-image {
    
    width: px;
  }


#s-0897d986-c0d6-4931-b52e-c024092a1e9a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e8376372-686e-4483-8b79-0d05920220d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}


#s-e8376372-686e-4483-8b79-0d05920220d4 .shogun-image-overlay p {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat;
  
}



  #s-e8376372-686e-4483-8b79-0d05920220d4 img.shogun-image {
    
    width: px;
  }


#s-e8376372-686e-4483-8b79-0d05920220d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

#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%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

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

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

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

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

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
