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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-8aad0e92-18de-4dd5-adbb-436f824faa25 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8aad0e92-18de-4dd5-adbb-436f824faa25 {
  display: none;
}
#s-8aad0e92-18de-4dd5-adbb-436f824faa25, #wrap-s-8aad0e92-18de-4dd5-adbb-436f824faa25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8aad0e92-18de-4dd5-adbb-436f824faa25 {
  display: none;
}
#s-8aad0e92-18de-4dd5-adbb-436f824faa25, #wrap-s-8aad0e92-18de-4dd5-adbb-436f824faa25 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8aad0e92-18de-4dd5-adbb-436f824faa25 {
  
}
}@media (max-width: 767px){#s-8aad0e92-18de-4dd5-adbb-436f824faa25 {
  
}
}



  #s-8aad0e92-18de-4dd5-adbb-436f824faa25 img.shogun-image {
    
    width: px;
  }


#s-8aad0e92-18de-4dd5-adbb-436f824faa25 .shogun-image-content {
  
    align-items: flex-end;
  
}

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

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

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

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

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

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

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

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

#s-317402d1-4129-487c-bf18-0988dd0725d0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-317402d1-4129-487c-bf18-0988dd0725d0 {
  display: none;
}
#s-317402d1-4129-487c-bf18-0988dd0725d0, #wrap-s-317402d1-4129-487c-bf18-0988dd0725d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-317402d1-4129-487c-bf18-0988dd0725d0 {
  display: none;
}
#s-317402d1-4129-487c-bf18-0988dd0725d0, #wrap-s-317402d1-4129-487c-bf18-0988dd0725d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-317402d1-4129-487c-bf18-0988dd0725d0 {
  display: none;
}
#s-317402d1-4129-487c-bf18-0988dd0725d0, #wrap-s-317402d1-4129-487c-bf18-0988dd0725d0 { display:none !important; }}@media (max-width: 767px){#s-317402d1-4129-487c-bf18-0988dd0725d0 {
  display: none;
}
#s-317402d1-4129-487c-bf18-0988dd0725d0, #wrap-s-317402d1-4129-487c-bf18-0988dd0725d0 { display:none !important; }}







#s-317402d1-4129-487c-bf18-0988dd0725d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-317402d1-4129-487c-bf18-0988dd0725d0.shg-box.shg-c {
  justify-content: center;
}

#s-e4a68cd1-472f-421a-99a6-7a4e24af29bd {
  min-height: 50px;
}








#s-e4a68cd1-472f-421a-99a6-7a4e24af29bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4a68cd1-472f-421a-99a6-7a4e24af29bd.shg-box.shg-c {
  justify-content: center;
}

#s-97741584-f4a0-402b-840c-183c38c5d16a {
  min-height: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-97741584-f4a0-402b-840c-183c38c5d16a {
  display: none;
}
#s-97741584-f4a0-402b-840c-183c38c5d16a, #wrap-s-97741584-f4a0-402b-840c-183c38c5d16a { display:none !important; }}@media (max-width: 767px){#s-97741584-f4a0-402b-840c-183c38c5d16a {
  display: none;
}
#s-97741584-f4a0-402b-840c-183c38c5d16a, #wrap-s-97741584-f4a0-402b-840c-183c38c5d16a { display:none !important; }}



  #s-97741584-f4a0-402b-840c-183c38c5d16a img.shogun-image {
    
    width: px;
  }


#s-97741584-f4a0-402b-840c-183c38c5d16a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f9595ef2-6804-4372-9142-02394c6012b9 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9595ef2-6804-4372-9142-02394c6012b9 {
  display: none;
}
#s-f9595ef2-6804-4372-9142-02394c6012b9, #wrap-s-f9595ef2-6804-4372-9142-02394c6012b9 { display:none !important; }}@media (max-width: 767px){#s-f9595ef2-6804-4372-9142-02394c6012b9 {
  display: none;
}
#s-f9595ef2-6804-4372-9142-02394c6012b9, #wrap-s-f9595ef2-6804-4372-9142-02394c6012b9 { display:none !important; }}







#s-f9595ef2-6804-4372-9142-02394c6012b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9595ef2-6804-4372-9142-02394c6012b9.shg-box.shg-c {
  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-7131cafe-7592-4c28-ad0c-c5e3fda773b5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7131cafe-7592-4c28-ad0c-c5e3fda773b5 {
  display: none;
}
#s-7131cafe-7592-4c28-ad0c-c5e3fda773b5, #wrap-s-7131cafe-7592-4c28-ad0c-c5e3fda773b5 { display:none !important; }}
#s-7131cafe-7592-4c28-ad0c-c5e3fda773b5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-c9c9df39-eb8d-43fe-b13c-687f90094bcf {
  margin-left: 0px;
margin-right: 0px;
}

#s-8b372ff4-73ea-4433-ba93-7d4a3bbf61ea {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8b372ff4-73ea-4433-ba93-7d4a3bbf61ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b372ff4-73ea-4433-ba93-7d4a3bbf61ea.shg-box.shg-c {
  justify-content: center;
}

#s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8 {
  display: none;
}
#s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8, #wrap-s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8 {
  display: none;
}
#s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8, #wrap-s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8 { display:none !important; }}
#s-b314c8b3-ba43-403a-86fe-e34b51b9ffd8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f7a9cb06-0cc8-4366-b44e-556c38c5b533 {
  margin-left: 40px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-f7a9cb06-0cc8-4366-b44e-556c38c5b533 {
  display: none;
}
#s-f7a9cb06-0cc8-4366-b44e-556c38c5b533, #wrap-s-f7a9cb06-0cc8-4366-b44e-556c38c5b533 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7a9cb06-0cc8-4366-b44e-556c38c5b533 {
  display: none;
}
#s-f7a9cb06-0cc8-4366-b44e-556c38c5b533, #wrap-s-f7a9cb06-0cc8-4366-b44e-556c38c5b533 { display:none !important; }}
#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a .shogun-form-box {
  padding: 10px;
}

#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-9829dfb9-7f31-47e4-a150-3c9aef5beb3a .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-a2c550fb-61e2-4b32-9da2-32bbf2562af7 {
  padding-left: 40px;
padding-right: 40px;
}

#s-a2c550fb-61e2-4b32-9da2-32bbf2562af7  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-a2c550fb-61e2-4b32-9da2-32bbf2562af7  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a2c550fb-61e2-4b32-9da2-32bbf2562af7  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-a2c550fb-61e2-4b32-9da2-32bbf2562af7  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-a2c550fb-61e2-4b32-9da2-32bbf2562af7 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-a2c550fb-61e2-4b32-9da2-32bbf2562af7 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-0e569cab-6201-49f6-aafa-7de1e73a5741 {
  margin-left: 40px;
margin-right: 40px;
max-width: 100%;
}

#s-0e569cab-6201-49f6-aafa-7de1e73a5741  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-0e569cab-6201-49f6-aafa-7de1e73a5741  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-0e569cab-6201-49f6-aafa-7de1e73a5741  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-0e569cab-6201-49f6-aafa-7de1e73a5741  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-0e569cab-6201-49f6-aafa-7de1e73a5741 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-0e569cab-6201-49f6-aafa-7de1e73a5741 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 input {
  opacity: 0;
  position: absolute;
}

#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-b156cd1b-02a0-401c-be19-fb3edbe6da42 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 input {
  opacity: 0;
  position: absolute;
}

#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-3734939a-77ef-4d57-8d98-2bb1d74090e1 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 input {
  opacity: 0;
  position: absolute;
}

#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-94b9e981-e13b-46fb-a988-e5b1d0abd612 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





.shogun-form-check-box {
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 0px;
padding-right: 0px;
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b input {
  opacity: 0;
  position: absolute;
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b .shogun-form-checkbox-input-value {
  color: #000;
  font-family: favorit;
  
  
  
  
  
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-0a05d539-9b26-41b7-ab4e-9d3a7dcd755b input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-510ef653-626d-4466-86ef-2c13855fbb0d {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-510ef653-626d-4466-86ef-2c13855fbb0d {
  display: none;
}
#s-510ef653-626d-4466-86ef-2c13855fbb0d, #wrap-s-510ef653-626d-4466-86ef-2c13855fbb0d { display:none !important; }}@media (max-width: 767px){#s-510ef653-626d-4466-86ef-2c13855fbb0d {
  display: none;
}
#s-510ef653-626d-4466-86ef-2c13855fbb0d, #wrap-s-510ef653-626d-4466-86ef-2c13855fbb0d { display:none !important; }}







#s-510ef653-626d-4466-86ef-2c13855fbb0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-510ef653-626d-4466-86ef-2c13855fbb0d.shg-box.shg-c {
  justify-content: center;
}

#s-f6e99022-5ad5-4e94-a242-aeffdede7a92 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f6e99022-5ad5-4e94-a242-aeffdede7a92 {
  display: none;
}
#s-f6e99022-5ad5-4e94-a242-aeffdede7a92, #wrap-s-f6e99022-5ad5-4e94-a242-aeffdede7a92 { display:none !important; }}
#s-f6e99022-5ad5-4e94-a242-aeffdede7a92 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40 {
  display: none;
}
#s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40, #wrap-s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40 {
  display: none;
}
#s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40, #wrap-s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40 { display:none !important; }}
#s-ac3ac3bc-5345-4e75-83a8-3b6e0a723e40 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 input {
  opacity: 0;
  position: absolute;
}

#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-f58a825e-e275-4b8a-9cfe-892d7dc41c72 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 0px;
padding-right: 0px;
}

#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 input {
  opacity: 0;
  position: absolute;
}

#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 .shogun-form-checkbox-input-value {
  color: #000;
  font-family: favorit;
  
  
  
  
  
}

#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-26c3b9d5-2613-4392-bca2-cefa2d7e4a97 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-4aa7c674-8119-449b-8656-5bb563589eec {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-4aa7c674-8119-449b-8656-5bb563589eec .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-4aa7c674-8119-449b-8656-5bb563589eec input {
  opacity: 0;
  position: absolute;
}

#s-4aa7c674-8119-449b-8656-5bb563589eec .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-4aa7c674-8119-449b-8656-5bb563589eec .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-4aa7c674-8119-449b-8656-5bb563589eec .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-4aa7c674-8119-449b-8656-5bb563589eec .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-4aa7c674-8119-449b-8656-5bb563589eec input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-6dbd3dec-217e-402e-8383-d1f630b0e77a {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-6dbd3dec-217e-402e-8383-d1f630b0e77a .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-6dbd3dec-217e-402e-8383-d1f630b0e77a input {
  opacity: 0;
  position: absolute;
}

#s-6dbd3dec-217e-402e-8383-d1f630b0e77a .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-6dbd3dec-217e-402e-8383-d1f630b0e77a .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-6dbd3dec-217e-402e-8383-d1f630b0e77a .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-6dbd3dec-217e-402e-8383-d1f630b0e77a .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-6dbd3dec-217e-402e-8383-d1f630b0e77a input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-b091f1b8-4f54-4ca2-a899-b18a648ecdc1 {
  padding-left: 40px;
padding-right: 40px;
}

#s-b091f1b8-4f54-4ca2-a899-b18a648ecdc1  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-b091f1b8-4f54-4ca2-a899-b18a648ecdc1  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-b091f1b8-4f54-4ca2-a899-b18a648ecdc1  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-b091f1b8-4f54-4ca2-a899-b18a648ecdc1  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-b091f1b8-4f54-4ca2-a899-b18a648ecdc1 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b091f1b8-4f54-4ca2-a899-b18a648ecdc1 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb input {
  opacity: 0;
  position: absolute;
}

#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-437f8a8a-cbbe-4a23-8531-c15f358fa5eb input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-9dd7864e-d304-415c-be2e-2bb525e8da51 {
  padding-left: 40px;
padding-right: 40px;
}

#s-9dd7864e-d304-415c-be2e-2bb525e8da51  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-9dd7864e-d304-415c-be2e-2bb525e8da51  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-9dd7864e-d304-415c-be2e-2bb525e8da51  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-9dd7864e-d304-415c-be2e-2bb525e8da51  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-9dd7864e-d304-415c-be2e-2bb525e8da51 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-9dd7864e-d304-415c-be2e-2bb525e8da51 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-9383d83a-8ab0-4691-9423-5720101dedec {
  padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}

#s-9383d83a-8ab0-4691-9423-5720101dedec  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-9383d83a-8ab0-4691-9423-5720101dedec  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-9383d83a-8ab0-4691-9423-5720101dedec  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-9383d83a-8ab0-4691-9423-5720101dedec  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-9383d83a-8ab0-4691-9423-5720101dedec .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-9383d83a-8ab0-4691-9423-5720101dedec .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f input {
  opacity: 0;
  position: absolute;
}

#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-7277e346-6f5f-4b6c-b2d0-1ef9f1d1519f input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 input {
  opacity: 0;
  position: absolute;
}

#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-c1d03249-97e2-4bc0-b204-12cc1c89dde4 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-abfcc72a-9be8-4aab-a0ce-a121d56b6e55 {
  padding-left: 40px;
padding-right: 40px;
}

#s-abfcc72a-9be8-4aab-a0ce-a121d56b6e55  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-abfcc72a-9be8-4aab-a0ce-a121d56b6e55  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-abfcc72a-9be8-4aab-a0ce-a121d56b6e55  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-abfcc72a-9be8-4aab-a0ce-a121d56b6e55  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-abfcc72a-9be8-4aab-a0ce-a121d56b6e55 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-abfcc72a-9be8-4aab-a0ce-a121d56b6e55 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-2e2871f3-2964-49a1-b52f-f16a78808446 {
  padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}

#s-2e2871f3-2964-49a1-b52f-f16a78808446  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-2e2871f3-2964-49a1-b52f-f16a78808446  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-2e2871f3-2964-49a1-b52f-f16a78808446  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-2e2871f3-2964-49a1-b52f-f16a78808446  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-2e2871f3-2964-49a1-b52f-f16a78808446 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-2e2871f3-2964-49a1-b52f-f16a78808446 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-55c80cf8-3ba5-434f-a574-a609685c1b70 {
  padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}

#s-55c80cf8-3ba5-434f-a574-a609685c1b70  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-55c80cf8-3ba5-434f-a574-a609685c1b70  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-55c80cf8-3ba5-434f-a574-a609685c1b70  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-55c80cf8-3ba5-434f-a574-a609685c1b70  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-55c80cf8-3ba5-434f-a574-a609685c1b70 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-55c80cf8-3ba5-434f-a574-a609685c1b70 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-50c1b900-e82c-427d-8a93-9a903ca0ffce {
  padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}

#s-50c1b900-e82c-427d-8a93-9a903ca0ffce  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-50c1b900-e82c-427d-8a93-9a903ca0ffce  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-50c1b900-e82c-427d-8a93-9a903ca0ffce  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-50c1b900-e82c-427d-8a93-9a903ca0ffce  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-50c1b900-e82c-427d-8a93-9a903ca0ffce .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-50c1b900-e82c-427d-8a93-9a903ca0ffce .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-0dabba3a-97ff-45f8-b688-2ad63d81a693 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0dabba3a-97ff-45f8-b688-2ad63d81a693 {
  display: none;
}
#s-0dabba3a-97ff-45f8-b688-2ad63d81a693, #wrap-s-0dabba3a-97ff-45f8-b688-2ad63d81a693 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0dabba3a-97ff-45f8-b688-2ad63d81a693 {
  display: none;
}
#s-0dabba3a-97ff-45f8-b688-2ad63d81a693, #wrap-s-0dabba3a-97ff-45f8-b688-2ad63d81a693 { display:none !important; }}
#s-0dabba3a-97ff-45f8-b688-2ad63d81a693 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1673ad77-00da-4d4c-aec0-7ee896276b19 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1673ad77-00da-4d4c-aec0-7ee896276b19 {
  display: none;
}
#s-1673ad77-00da-4d4c-aec0-7ee896276b19, #wrap-s-1673ad77-00da-4d4c-aec0-7ee896276b19 { display:none !important; }}@media (max-width: 767px){#s-1673ad77-00da-4d4c-aec0-7ee896276b19 {
  display: none;
}
#s-1673ad77-00da-4d4c-aec0-7ee896276b19, #wrap-s-1673ad77-00da-4d4c-aec0-7ee896276b19 { display:none !important; }}







#s-1673ad77-00da-4d4c-aec0-7ee896276b19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1673ad77-00da-4d4c-aec0-7ee896276b19.shg-box.shg-c {
  justify-content: center;
}

#s-2cb83e99-b794-4427-ad88-f2b99edff535 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2cb83e99-b794-4427-ad88-f2b99edff535 {
  display: none;
}
#s-2cb83e99-b794-4427-ad88-f2b99edff535, #wrap-s-2cb83e99-b794-4427-ad88-f2b99edff535 { display:none !important; }}
#s-2cb83e99-b794-4427-ad88-f2b99edff535 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ff5e3526-f8e5-4681-a080-acc40dde628d {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-ff5e3526-f8e5-4681-a080-acc40dde628d .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-ff5e3526-f8e5-4681-a080-acc40dde628d input {
  opacity: 0;
  position: absolute;
}

#s-ff5e3526-f8e5-4681-a080-acc40dde628d .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-ff5e3526-f8e5-4681-a080-acc40dde628d .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-ff5e3526-f8e5-4681-a080-acc40dde628d .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-ff5e3526-f8e5-4681-a080-acc40dde628d .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-ff5e3526-f8e5-4681-a080-acc40dde628d input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-5021fa40-de66-4f15-a203-243e9415ba61 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-5021fa40-de66-4f15-a203-243e9415ba61 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-5021fa40-de66-4f15-a203-243e9415ba61 input {
  opacity: 0;
  position: absolute;
}

#s-5021fa40-de66-4f15-a203-243e9415ba61 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-5021fa40-de66-4f15-a203-243e9415ba61 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-5021fa40-de66-4f15-a203-243e9415ba61 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-5021fa40-de66-4f15-a203-243e9415ba61 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-5021fa40-de66-4f15-a203-243e9415ba61 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-ed2465a0-b613-47b6-b835-dc4138138986 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 0px;
padding-right: 0px;
}

#s-ed2465a0-b613-47b6-b835-dc4138138986 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-ed2465a0-b613-47b6-b835-dc4138138986 input {
  opacity: 0;
  position: absolute;
}

#s-ed2465a0-b613-47b6-b835-dc4138138986 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-ed2465a0-b613-47b6-b835-dc4138138986 .shogun-form-checkbox-input-value {
  color: #000;
  font-family: favorit;
  
  
  
  
  
}

#s-ed2465a0-b613-47b6-b835-dc4138138986 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-ed2465a0-b613-47b6-b835-dc4138138986 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-ed2465a0-b613-47b6-b835-dc4138138986 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-fe0f8be9-6807-44ed-abee-00feba448bcf {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-fe0f8be9-6807-44ed-abee-00feba448bcf .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-fe0f8be9-6807-44ed-abee-00feba448bcf input {
  opacity: 0;
  position: absolute;
}

#s-fe0f8be9-6807-44ed-abee-00feba448bcf .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-fe0f8be9-6807-44ed-abee-00feba448bcf .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-fe0f8be9-6807-44ed-abee-00feba448bcf .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-fe0f8be9-6807-44ed-abee-00feba448bcf .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-fe0f8be9-6807-44ed-abee-00feba448bcf input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-28e548a9-d498-4c2c-bbaa-ab41185a47e9 {
  padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}

#s-28e548a9-d498-4c2c-bbaa-ab41185a47e9  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-28e548a9-d498-4c2c-bbaa-ab41185a47e9  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-28e548a9-d498-4c2c-bbaa-ab41185a47e9  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-28e548a9-d498-4c2c-bbaa-ab41185a47e9  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-28e548a9-d498-4c2c-bbaa-ab41185a47e9 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-28e548a9-d498-4c2c-bbaa-ab41185a47e9 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-a1e47de7-2db9-404f-9878-0ba720b51c9d {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 0px;
padding-right: 0px;
}

#s-a1e47de7-2db9-404f-9878-0ba720b51c9d .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-a1e47de7-2db9-404f-9878-0ba720b51c9d input {
  opacity: 0;
  position: absolute;
}

#s-a1e47de7-2db9-404f-9878-0ba720b51c9d .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-a1e47de7-2db9-404f-9878-0ba720b51c9d .shogun-form-checkbox-input-value {
  color: #000;
  font-family: favorit;
  
  
  
  
  
}

#s-a1e47de7-2db9-404f-9878-0ba720b51c9d .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-a1e47de7-2db9-404f-9878-0ba720b51c9d .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-a1e47de7-2db9-404f-9878-0ba720b51c9d input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef input {
  opacity: 0;
  position: absolute;
}

#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-a61f1df4-506a-44c3-9b17-b8c8b8a294ef input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c input {
  opacity: 0;
  position: absolute;
}

#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-a887b492-e968-49c4-a0ad-3a617dcb3d6c input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-d980d783-a4e9-4260-8068-81dcfa85e094 {
  padding-top: 20px;
padding-left: 40px;
padding-right: 40px;
}

#s-d980d783-a4e9-4260-8068-81dcfa85e094  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-d980d783-a4e9-4260-8068-81dcfa85e094  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-d980d783-a4e9-4260-8068-81dcfa85e094  .shogun-form-text-input-field:-ms-input-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-d980d783-a4e9-4260-8068-81dcfa85e094  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-d980d783-a4e9-4260-8068-81dcfa85e094 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-d980d783-a4e9-4260-8068-81dcfa85e094 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a input {
  opacity: 0;
  position: absolute;
}

#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-f4e5e0ad-4b0d-4de2-99cc-9bccce7b427a input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}

#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 input {
  opacity: 0;
  position: absolute;
}

#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-c3e8e7c0-5d9f-4714-a993-dfe705f9e563 input:checked + label .shogun-form-radio-inner {
  background-color: #000;
  border-radius:  100% ;
}





#s-bc466061-5cbf-4fca-89ec-b82f37da8931 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bc466061-5cbf-4fca-89ec-b82f37da8931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc466061-5cbf-4fca-89ec-b82f37da8931.shg-box.shg-c {
  justify-content: center;
}

#s-3096adf7-4c80-4373-9644-9136b3513fd8 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
}

.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-d2a24459-7b4f-4d0c-aab7-b3315cd0bfe7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d2a24459-7b4f-4d0c-aab7-b3315cd0bfe7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2a24459-7b4f-4d0c-aab7-b3315cd0bfe7:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-d2a24459-7b4f-4d0c-aab7-b3315cd0bfe7[disabled],
#s-d2a24459-7b4f-4d0c-aab7-b3315cd0bfe7[disabled]:hover,
#s-d2a24459-7b4f-4d0c-aab7-b3315cd0bfe7[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-d2a24459-7b4f-4d0c-aab7-b3315cd0bfe7 {
  display:  inline-block ;
  width:  auto ;
}


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

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

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

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

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

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

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

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

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

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

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